So I'm currently taking a graphics programming course, and its pretty intense even though we just started. Apparently it really helps to learn Linear Algebra even though it's not technically a prerequisite. So I'm giving myself a crash course in Matrix operations. WOOOHOOO.
Anyway, you should check out OpenGL. It's not object oriented, but it is awesome. Their site has some really good documentation as well. A helpful library to have when using OpenGL is glut. If you use Windows, here is a pre-compiled DLL of glut for you. Otherwise you probably know how to compile it yourself, or can at least find instructions on how to do so much better than I could write. If you use Visual Studio (which seems to work pretty well for some strange reason), you can check out this site which includes instructions on setting up OpenGL and glut in Visual Studio 2003, but it can be adapted to work with 2005 quite easily.
So when you have some free time, try some OpenGL programming. It's easier than you think and a lot of fun! I'll be posting some of my projects up here in the near future.
Tuesday, January 23, 2007
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment