-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still alive? #44
Comments
I was wondering the same |
Ok, unfortunately it looks dead :) |
It’s a good technology though |
Something like this with a robust integration and maintenance could be a cool technology when you don't want to use Web Views to create a desktop app in node. Now I'm using Electron, which is cool, but sometimes I do not need to make a "shiny" app, just a lightweight one. In this case, Qt or something similar would be very cool, but unfortunately... I haven't seen supported GUI libraries for node (aside from NW.js, Electron and similar). The same applies to OpenGL, if you want to draw nice graphics in node, the supported solutions are always web based, such using WebGL inside a browser or a webview. It would be very good to support those, for now I think I will try to create a native addon directly and call it from node... but has a lot of overhead. |
FYI: There is some new development happening in https://github.com/jscherer92/Quark which is supposed to be a similar project to Electrino which was Electron without all the bulk. It might be worth following to see where it ends up. |
i created similar project with new v8 api https://github.com/anak10thn/node-qt5 |
Short issue, is this project still alive?
The text was updated successfully, but these errors were encountered: