vote up 3 vote down star
2

I am in the process of designing/building a cross-platform game engine in C++. I would like to use an game API that has 2D/3D graphics, input, networking, audio, etc. One API I found that meets many of these requirements except for Audio is Amaltheia. Can anyone suggest an API that meets all my requirements or one that meets most of the requirements that is better than Amaltheia.

flag

6 Answers

vote up 6 vote down check

You could look at SDL, it's a popular cross-platform multimedia library used in many games.

Also the Game Programming Wiki is a good source for lists of game programming libraries and engines

link|flag
vote up 0 vote down

Check out Unity Engine if your authoring is done in OSX

link|flag
vote up 4 vote down

Lots of people are using SFML these days, which is a bit more up to date than SDL.

link|flag
Not only up to date, better organisation too! – Klaim Feb 4 at 10:24
vote up 0 vote down

In case you get tired of C++, there's also something simpler: BlitzBasic

http://www.blitzbasic.com/

link|flag
vote up 0 vote down

Allegro is very popular. There is also a big community site for it here.

link|flag
vote up 0 vote down

Ideaworks 3D has a great API that works on more systems than you could shake a stick at (including windows and linux), does networking, sound and 3d. It's a bit expensive though...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.