Replies: 5 comments
-
Pick two. |
Beta Was this translation helpful? Give feedback.
-
Found this https://github.com/Elanis/web-to-desktop-framework-comparison |
Beta Was this translation helpful? Give feedback.
-
Maybe you can try slint-node now~ |
Beta Was this translation helpful? Give feedback.
-
I'm trying to do something similar by crossing nodejs and webview, but the node sea api is not yet developed enough to make it work properly |
Beta Was this translation helpful? Give feedback.
-
For simple stuff, I've had luck using deno-windowing/dwm (to open a window) and deno-windowing/dimgui (DearIMGUI for the UI)
Here's where I posted my experiment: tl;dr is:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I successfully built a single executable following official instruction. It works fine on Windows (I haven't tested it on other platforms yet). I want my application to be small and lightweight, so I'm looking for a library that will allow me to add a cross-platform desktop UI to my application.
Do you have any recommendations?
Beta Was this translation helpful? Give feedback.
All reactions