A Simple, 2d cross-platform graphics library for c or c++?

Agasa picture Agasa · Mar 22, 2009 · Viewed 102k times · Source

As in title, i need a 2d graphics library that is cross-platform, and provides simple functions, like in Basic; essentially, i only need to paint a pixel a certain color-I do not need hardware acceleration, or any kind of 3d support. I've found a couple ones, but they're not cross-platform.

Anyone knows a solution for me?

Answer

Luke Cardeaux picture Luke Cardeaux · Mar 22, 2009

What about SDL?

Perhaps it's a bit too complex for your needs, but it's certainly cross-platform.