Page 1 of 1

Good 2d multi-platform game engine

Posted: Sat Jul 25, 2009 5:45 am
by toglia
Hi, I was wondering if anyone had a prior experience with multi-platform 2d game engines that could share some thougths?

Right now I need to do some simple lightweight 2d applications, and using ogre seems like an overkill, besides it doesn't have much tools for 2d. I have googled for a couple hours and I have found things like Novashell, Love, Ptk, HAAF, I think torque has some 2d stuff, then there're a lot for doing rpg like game maker, etc, etc.

The most professional one seems to be the PTK game engine that has lots of titles released, the HAAF'S but its not multiplatform, I liked "LOVE" cause it seems very clean and simple, then there's Novashell that looks very complete, but I have read it has some problems with rotating sprites...

Any word? multiplatform is a must for me.

Re: Good 2d multi-platform game engine

Posted: Sat Jul 25, 2009 7:57 am
by xavier
Define "multiplatform".

Re: Good 2d multi-platform game engine

Posted: Sat Jul 25, 2009 10:17 am
by Kojack
I've been using SFML (Simple Fast Multimedia Library) with my students for the last 8 weeks, and it's going pretty well. We used to use Haaf's Game Engine, but dropped it due to lack of support and being a directx8 based library (getting a little outdated).
http://www.sfml-dev.org

It's an open source, opengl based, 2d sprite engine. It's cross platform (win/linux/mac), has support/wrappers for C++/C/D/Python/Ruby/.Net, audio, networking, can be used as a base for opengl apps, and the author is pretty active on the forum.

Re: Good 2d multi-platform game engine

Posted: Sat Jul 25, 2009 10:32 am
by madmarx
If you don't need collision or vectorial graphics, then I would also recommend SFML for simple applications.

Re: Good 2d multi-platform game engine

Posted: Sat Jul 25, 2009 3:42 pm
by toglia
xavier: that supports linux, windows and mac.

Re: Good 2d multi-platform game engine

Posted: Sat Jul 25, 2009 3:59 pm
by DanielSefton
I too wish there was a 2D engine equivalent to Ogre - aka flawless OOP design, active community, platform independent and render system independent. But there isn't. :(

Here's another topic on the subject:

http://www.ogre3d.org/forums/viewtopic.php?f=16&t=45996

Re: Good 2d multi-platform game engine

Posted: Sat Jul 25, 2009 8:46 pm
by toglia
Weird, I looked for that on the forums... Should have looked with ""!

Re: Good 2d multi-platform game engine

Posted: Sun Jul 26, 2009 1:47 am
by Vectrex
there's also ogremagic if you want to use ogre. Popcap has an opensource framework and by the success of their games it can't be too bad :)

Re: Good 2d multi-platform game engine

Posted: Mon Jul 27, 2009 11:49 am
by Nauk
I totally missed that one, linked in the other thread: http://love2d.org/ - can't have it any easier :)