MartyExodus wrote:
What can I use to print graphics to the screen in Unix with C++?
MartyExodus wrote:
I'm telnet-ing into a unix server, so I don't know if that will affect my ability to download libraries like OpenGL.
1st off if you are executing via telnet, you are stuck with Xwindows. OpenGL doesn't remote well. 2nd I wouldn't recommend installing OpenGL into a Unix box unless you have full control over that box, A) I doubt it is possible without root access and B) it's not for the faint hearted.
MartyExodus wrote:
If I can gain to draw and move bitmaps on the screen it will be enough.
That definitely sounds simple enough to be an X-windows job. http://trolltech.com/products/qt[^] will let you use Xwindows as a front-end and they have some bitmap manipulation routines as well as 2D drawing. OpenGL will take you beyond that stage into 3D textured environments multi-frame rendering and complex 3D shapes with rotations.
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)