Click to See Complete Forum and Search --> : C Graphics Library


demonsdread
12-19-2004, 07:12 PM
Hi guys i have a project to do and need something like Turbo C's graphic.h
I should draw simple boxes etc with C .
It's cool if it works in all linux machines i need something standart ( Like GNU standart graphics library etc.. ) and easy to learn

Thanks in advance..

( Sorry i dont have time to look at all the forums so i created a new thread )

madcompnerd
12-19-2004, 08:04 PM
Maybe X11/Xlib.h.

demonsdread
12-19-2004, 10:47 PM
Thanks madcompnerd , i thought i could find sth simple :) i lost in these functions and structures :( but cant even draw a line ( maybe tomorrow with fresh eyes :) )

CaptainPinko
12-20-2004, 03:41 AM
Slashdot recently featured a tutorial on using SDL with C (http://developers.slashdot.org/article.pl?sid=04/12/11/2039212&tid=152&tid=8) and a Google for SDL (http://www.google.ca/search?sourceid=mozclient&ie=utf-8&oe=utf-8&q=SDL+tutorial+slashdot) yields tons more.