Ask HN:To build a GUI should I take the HTML5/js path or stick to older techs?
3 points| zoobert | 13 years ago
I have checked the different widget toolkits in Python (PyQt/PySide and wxPython) but I am not satisfied by them because in general the learning curve is high and because by default, they produce "clunky" anonymous results.
So if I want to go further with them and produce a nice personalized result (create your own widgets, ...) , I need to be really invested and spend lots of time mastering them.
I am wondering if building a web based interface (HTML5/javascript) wouldn't be better ?
I could create the web interface and run it in chromium with an extension to manage all filesystems operation. I could also start a nodejs server and kill it when I stop the application.
Do you think it is a viable solution ?
Which road would you take (stick to widget toolkit, nodejs, chromium) ?
Any advices are welcome.
airfoil|13 years ago
http://srinikom.github.com/pyside-docs/PySide/QtWebKit/index...
zoobert|13 years ago
dman|13 years ago
zoobert|13 years ago
mouseroot|13 years ago
zoobert|13 years ago
Other solution is to use chromium with a filesystem extension.
Do you have tricks or advices for that ?
farseer|13 years ago
zoobert|13 years ago
I run it in a chromium, I launch a HTTP server ?
In the end I want to make a desktop GUI and I would like a solution which is not too clunky
camus|13 years ago