Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

2D game graphics programming

Name: Anonymous 2012-07-10 19:36

I know some C++ and Java, but I've only ever done text stuff with them. Which language, and what libraries, would you recommend for making 2D game?

With sprites and collision detection, basic physics for side-scroller type action.

Name: Anonymous 2012-07-10 20:20

>>6
SDL is nice, but quite outdated. It's also implemented in C, so your codebase might end up being a little more complicated assuming you use C++. And you can forget about hardware acceleration.

I recommend SFML. It's simple and fast, as implied by the name. It is also better maintained.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List