I have a simple C++ program that moves objects around a defined area. I'd
like to add graphics to this so I could see the objects moving.
Unfortunately I don't have any graphics programming experiance so I was
hoping for some advice as to which library or tool kit might be good to
use for this.
My only requirements would be a box that could display small objects
(circle, square, x, doesn't really matter) and could update there position
based on x,y coordinates. Labling the objects would be cool too, though
not entirely necessary.
Thanks,
Steve.