Could you recommend me 2D graphics engine?

Started by
3 comments, last by TheOrestes 11 years, 7 months ago
Some time ago I was making some programs with 2D graphics in Delphi, and now I'm moving to C++.
So, could you recommend me a graphics engine for C++?

My requirements are:
OS - windows XP and newer
development environment - Visual Studio 2010
also it should support 2D graphics, and be free.
Advertisement
My two preferences:

Allegro
HGE
I'll suggest you look at SFML. I find it to fulfill everything I need, not only in terms of 2D graphics, but also windows, audio, and Input. It's got a great C++ API too.

My Gamedev Journal: 2D Game Making, the Easy Way

---(Old Blog, still has good info): 2dGameMaking
-----
"No one ever posts on that message board; it's too crowded." - Yoga Berra (sorta)

I suggest http://www.openframeworks.cc - it's a wrapper for several libraries, take a look here.
- Openframework [http://www.openframeworks.cc/]
- Cinder [http://libcinder.org/]
- Cocos2d [http://[http://cocos2d.org/]

Cheers!

This topic is closed to new replies.

Advertisement