|
|
|
|
|
by orblivion
5379 days ago
|
|
Something that crossed my mind, maybe you can help me answer. Are there cases where it would be easier to create a GTK application than a javascript application? This whole concept seems like it opens up a lot of opportunities for websites to provide rich interfaces, but then I think, wait, aren't people thinking of going the opposite direction? For instance, the high level GUI programming for Gnome Shell is in javascript. |
|
And yes, there are absolutely cases where it would be easier to create a GTK application than an HTML application. You don't need to worry about choosing a widget library, for one, and placement is very straightforward.