mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 22:02:24 -06:00
[GH-ISSUE #156] Can someone create Example Demo Project for Windows, macOS and Linux Desktop as target builds? #98
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@kusti8 commented on GitHub (Jun 10, 2018):
JS isn't a compiled language, it's interpreted.
create-proton-appgives 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.