Hi ananix
I'm presuming you don't want to program directly in X, since X natively only lets you create windows, and you
have to write all the code for creating buttons, sliders, etc. yourself. The applications that come with Tinycore
base are written using a graphics toolkit, in this case, fltk. The first thing you will need to decide is which
language you wish to write in, as that will dictate which toolkits you can use.