Looking for 2D game library

Jun 22, 2017 at 9:19am
I'm looking for a library for a 2D game that has a coordinate system and gravity engine built in, preferably with object, collision, and graphics handling. Anyone know of one?

Edit: Will accept source/header files as well.
Last edited on Jun 22, 2017 at 8:53pm
Jun 22, 2017 at 3:26pm
Jun 22, 2017 at 8:53pm
That's for Lua. I'm looking for C++.
Jun 23, 2017 at 1:37am
10 seconds googling and I found these two:

http://oxygine.org/
https://angel2d.com/

Also why do you need a 2D game library? Why not link your own external dependencies (OpenGL, SOIL, FMOD, freetype2, etc...). Also Lua is very important for games development, most game developers use Lua for scripting.

Jun 23, 2017 at 2:07am
Why not use sfml ??
It is not a game library but a graphic library..
Howvere, it is good
(It does not come with gravity built in tho...)
(There are many add on for it...thor is one that is game library add on for sfml)
Last edited on Jun 23, 2017 at 2:08am
Jun 23, 2017 at 2:26am
For things like gravity, torque, collision, etc... I recommend Box2D.

http://box2d.org/
Jun 23, 2017 at 12:58pm
Why do you think you need C++?
Jun 23, 2017 at 7:24pm
Only language I know ATM
Last edited on Jun 23, 2017 at 7:24pm
Topic archived. No new replies allowed.