Page 1 of 1

Framework and language to be used for a desktop GUI

Posted: 06 May 2019, 20:24
by glestwid
Hi,

I am going to create a desktop GUI app on my Porteus machine. What framework and language can be used for this task? Of course, I am looking for something simpler that a barebone C++/Qt.

Framework and language to be used for a desktop GUI

Posted: 07 May 2019, 01:21
by nanZor
For simple, lightweight and independent, may I suggest FLTK:

https://www.fltk.org/index.php

I'd suggest installing FLTK-FULL, and then perhaps looking at some example applications and see if they run on your box:

https://www.fltk.org/links.php?LC+P22+Q

Neat stuff.