Are Codespaces Helpful for Native GUI Application Development? #42
JackEAllen
announced in
Cloud
Replies: 2 comments 1 reply
-
Great question @JackEAllen! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have been working on an electron app recently and have not seen other devs using codespaces with it yet. You could add desktop-lite as a feature to your devcontainer and access the desktop GUI through VNC Viewer or the browser. I'm not sure how smooth it would feel but I would be interested to give this a go. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can definitely see the benefits of Codespaces for many development situations, but I often find myself wondering if there is any benefit currently or in the future for developers who work with native GUI applications where developers need to spin up instances of the native application as part of their development process.
In the scientific software development industry, I regularly come across and also work with native applications using front end technologies / frameworks such as PyQT or a Java Eclipse RCP where often, it makes more sense for a native application over a web app to be developed.
Is there anyone here who uses Codespaces for developing native GUI applications or can see any potential benefit to doing so?
Beta Was this translation helpful? Give feedback.
All reactions