Replies: 5 comments
Pick two. |
0 replies
|
Found this https://github.com/Elanis/web-to-desktop-framework-comparison |
0 replies
|
Maybe you can try slint-node now~ |
0 replies
|
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 |
0 replies
|
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: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions