I want to try out developing desktop applications with the UI designed using html5,css and jquery and the back end code written in python. Is this possible? I have already tried out the WebKit but is there any other way? If it is possible can you point me to a good tutorial?
Asked
Active
Viewed 660 times
1 Answers
2
html5 and css requires web rendering engine in the background . So you have to use one of the web rendering engine . Webkit is the most commonly used web rendering engine because of its perfomence and portability , You can also try Gecko from firefox but it is very hard to implement when compared to webkit
Tachyons
- 17,455