I am new to Chrome packaged apps and GUI. What type of Gui can I use in Chrome Packaged apps? Can I use Tkinter in Python? or should I use Javascript GUI? If yes then which one you think is the best one to be used since I need to draw canvas and upload images to alter the brightness.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
According to Google's own page on the subject, packaged apps just open up more API's to you. They do not let you execute native code or other scripting languages. Your GUI must be written using HTML5 and JavaScript. HTML5 Boilerplate and/or jQuery UI might help. |
|||
|
|