View Single Post
Old 12-20-2012, 10:18 AM   PM User | #2
DELOCH
Regular Coder

 
DELOCH's Avatar
 
Join Date: Apr 2006
Location: Canada
Posts: 537
Thanks: 4
Thanked 2 Times in 2 Posts
DELOCH is an unknown quantity at this point
I have the same problem, there are many libraries, namely
OpenGL (C)
DirectX (C)
SDL (C)
Allegro (C)
SFML (C++)
and more

OpenGL and DirectX are really efficient but they are so low level that it is not realistic to use them for big projects for most people.
SDL Allegro and SFML are fast and efficient and very convenient, but they are a pain to set up at times, SDL is the simplest to set up.

I have only succeeded setting up DirectX and SDL, everything else is spitting in my face
every time I try to set it up... it is very discouraging...

hopefully this helped...
DELOCH is offline   Reply With Quote