Best Game Libraries

Started by
6 comments, last by homersimpson645 21 years ago
I need help finding game libraries. I DO NOT WANT DIRECT X! Please give me the following: Graphics: Input: Collision: Sound: Thank you. A Confused N00b
LevelguyCurrent Project: Upgrade to Visual C++.NET25%
Advertisement
opengl
sdl
roll your own
fmod/openal
Use SDL or Allegro for sound/graphics and input, you''ll have to code your own collison detection routines.
Hey, I have a nice 2D engine I''ve written. It handles input, graphics, and collision. It will soon handle sound. if you''re interested, you can reach me on AOL Instant Messenger. Screen name''s ArmySarj.

--Vic--
Hey, I have a nice 2D engine I've written. It handles input, graphics, and collision. It will soon handle sound. if you're interested, you can reach me on AOL Instant Messenger. Screen name's ArmySarj.

--Vic--

Pardon the double post.

[edited by - Roof Top Pew Wee on March 26, 2003 4:25:50 PM]
Allegro


www.allegro.cc

great for making games
Your can use ODE for collision detection.
quote:Original post by Anonymous Poster
Your can use ODE for collision detection.



ODE definitely. Physics AND collision.

Everything is better with Metal.

This topic is closed to new replies.

Advertisement