game libraries

A

Ace

what are some good/commonly used libraries for game development in C+
+. What would be good for someone just starting out who wants to try
their hand first at simple games?
 
I

iakko

what are some good/commonly used libraries for game development in C+
+. What would be good for someone just starting out who wants to try
their hand first at simple games?

The best framework you have to start from is the SDL (Simple
Directmedia Layer):

http://www.libsdl.org/

The site is full of tutorials, examples, demos and ways to learn how
to write down your own game (not even simple). The key features are
the simple way you can manage interfaces like keyboard and mouse, and
the ability to write 3D application due to the integrated OpenGL
support.

Happy coding :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,414
Latest member
GayleWedel

Latest Threads

Top