Tiny Core Linux
		General TC => Programming & Scripting - Unofficial => Topic started by: ananix on September 07, 2012, 08:37:49 AM
		
			
			- 
				Hello i would like to try and make X programs like the ones supplied with TLC, besides programming for X can anyone point me in the right direction?
			
- 
				http://www.fltk.org/shots.php
 http://www.fltk.org/doc-1.1/fluid.html
 http://www.fltk.org/documentation.php
- 
				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.
 
- 
				thanks guys, no i dont wanna program in X :) but for x and i just meant exactly what you guys gave me and not the "programming for X server" i get that whole thing.
 Im going for C as i was schooled for that and have done quite abit in it and still do hardware programming in it.
 Im use to write everything by hand but was hoping for some sort of semi gui for making interfaces like buttons and windows, i once used one for making ms windows programs many years ago, but besides that i have done alot of system programming not needing GUI interfaces. After tons of web programming which is an easy way to make interfaces i have started to use PHP for everything including system programming. Also because 90% of my programming work the past 15years have been related to internet services.
 
 But once again thanks guys :)
- 
				Hi ananix
 A lot of the toolkits lack C bindings, including fltk and Qt. Gtk is written in C. EFL might be worth taking a look at to
 see if it meets your needs.