'old school' graphics programming

new32

Registered
I've been interested in trying out some graphics work in C and want to start at the basics, 'mode13h' kinda stuff. I've toyed with ncurses but it's really NOT my lib. OpenGL is fine and awesome but I really just want to start with something more BASIC ;) Does anyone know of a library or info that'll help?

Cheers and Thanks!
 
Originally posted by new32
I've been interested in trying out some graphics work in C and want to start at the basics, 'mode13h' kinda stuff. I've toyed with ncurses but it's really NOT my lib. OpenGL is fine and awesome but I really just want to start with something more BASIC ;) Does anyone know of a library or info that'll help?

Cheers and Thanks!

I'm not an expert on the subject, but if you want basic terminal graphics, libraries such as ncurses are your best bet.

If you want to get into drawing into a window, check out Quickdraw.

Wade
 
Back
Top