[GH-ISSUE #156] Can someone create Example Demo Project for Windows, macOS and Linux Desktop as target builds? #98

Closed
opened 2026-05-05 11:41:43 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @ALIENQuake on GitHub (Jun 10, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/156

Hi,

I have simple project created using Windows Forms and exactly the same project created in WPF.

Can someone create Example Demo Project for Windows, macOS and Linux Desktop as target builds?

All I need is a starting point which will produce simple cross-platform GUI app. So I could just compile 3 projects and get MyApp.exe for Windows, MyApp.app for macOS and app.so for linux. Possible?

Originally created by @ALIENQuake on GitHub (Jun 10, 2018). Original GitHub issue: https://github.com/kusti8/proton-native/issues/156 Hi, I have simple project created using Windows Forms and exactly the same project created in WPF. Can someone create Example Demo Project for Windows, macOS and Linux Desktop as target builds? All I need is a starting point which will produce simple cross-platform GUI app. So I could just compile 3 projects and get MyApp.exe for Windows, MyApp.app for macOS and app.so for linux. Possible?
Author
Owner

@kusti8 commented on GitHub (Jun 10, 2018):

JS isn't a compiled language, it's interpreted. create-proton-app gives you a starter template which you can work from. To make self contained executables you can follow the packaging guide, which currently doesn't support exes.

<!-- gh-comment-id:396053833 --> @kusti8 commented on GitHub (Jun 10, 2018): JS isn't a compiled language, it's interpreted. `create-proton-app` gives you a starter template which you can work from. To make self contained executables you can follow the packaging guide, which currently doesn't support exes.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#98
No description provided.