Hi everyone! Sorry if this should be in another forum, feel free to move it if it is.
Anyway, I need to do some simple graphics with C++. I don't need a GUI, just a simple display like one could do with Java's Swing or AWT packages. It'll basically involve taking some data and drawing a bunch of different colored rectangles. Nothing dynamic or interactive with the user.
First of all, is SFML something I should be using then?
Also, I am on Mac OS X. From the webpage, it had the tutorial using Xcode. I don't use Xcode nor do I want to start (actually, if I had my way, I wouldn't be using a Mac, I'd be using a PC with Linux. But this is a lab computer). I currently just use vi and g++ for coding. Can I just use SFML without Xcode?
Thanks!