Simple 2D Graphics

Hi,

I've been learning C++ for a little while now, making my own little programs and such, and I would like to add some graphics.

The graphics only need to be 2D as a GUI rather than the text based stuff I've used so far.

Could any help, or point me in the right direction?

What makes it more of a challenge is that I'm on a Mac using Xcode.
Have you looked into Qt? It has enormous graphing abilities, runs well on Mac and it's free for noncommercial purposes. The learning curve is a bit steep, but it's a great package.
Another option is wxWidgets.
Have you looked into Boorland Graphics? This is for drawing like you would in Microsoft Paint. It might only be available for Bloodshed Dev-CPP Though...
Topic archived. No new replies allowed.