Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.

Other Posts
End Of An Era
Grr…goram PyMSNt

OpenGL

Posted by Erador on March 14th, 2007

Here I am, once again in a OpenGL 3D programming lab, thinking about blogging instead of coding in C++…

Shame!

We just received the coursework spec. for Computer Graphics, it sounds like a good fun project actually, we have to create a scene using OpenGL and GLUT implemented in C++. I’m thinking of resurrecting the old chess set to include in a scene, not entirely sure what else to include as yet.

Ooh…I could have it automagically play a game when you hit a key, but during which you can still bimble around the scene quite happily. Hmm…I might have to learn how to write/compile C++ in linux, cos I’m certainly not wont to reinstall Windows quite yet.



Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

It really is as easy as installing the “g++” compiler and libraries (apt is your friend here), typing some c++ code in a file saved with extension .cpp and then compiling at the terminal :)