Quote:
Originally Posted by Adam B.
I'd recomend you first write the program for linux in C/GTK. Screen refreshes and customization can be added later.
Maybe search online for a GTK hello world app, compile it in Linux, and go from there. After you get it running in linux, try to compile it within the development area.
|
Another possibility is to program in Java instead. It is probably not as efficient, due to lack of GUI libraries and a non-standard/un-documented VM, but might be worth a consideration, if (e.g.) you are proficient in Java. Depends on the GUI needs I would say.