top | item 8987418

(no title)

jstanek | 11 years ago

Check out SDL, Allegro, or SFML. http://libsdl.org/ http://alleg.sourceforge.net/ http://sfml-dev.org/

discuss

order

jokoon|11 years ago

I meant 3D

gambiting|11 years ago

SDL supports OpenGL. So you can have SDL handle all the boring stuff with window handles, keyboard and mouse movement, system events etc, and you are given an empty OpenGL context so you can draw literally anything you want in it. It doesn't get much simpler than that.