Home > opengl-3.x-testing-homework

opengl-3.x-testing-homework

Opengl-3.x-testing-homework is a project mainly written in C++ and C, it's free.

an opengl 3.x project for my opengl class, pluss stuff that I test on the side

run make in the src folder to compile. the makefile is just so I can compile, so everyone probably have to customize it.

EXTERNAL LIBRARIES: this code makes use of opengl 3 compatible version of SDL (atm in beta). Also uses a Vector/Matrix/Quaternion library developed by Sintef, that my class got from our teacher. This should be released under GPL or similar sometime :)

Previous:TFSConverter