GLUT is a utility library, if you use GLUT, the rendering is still purely openGL. And no I din't use GLUT, I used SDL for window and key board management. You can't "purely" openGL, since you need to mange the window and key board events somehow, and openGL nor C++ does this. You need extra libraries.
I declare this to be neato.
Yitohr 3 years ago
I miss the old textures ;)
jSaurabh 3 years ago
nobody would miss the old textures.
Yitohr 3 years ago
Everyone loved the old textures.
jSaurabh 3 years ago
stop lying all over everything. The old textures killed my parents and made me numb for hours.
Yitohr 3 years ago
4 months later, that line still makes me laugh
Yitohr 2 years ago
is this pure opengl or did you use GLUT
Manutebecker 3 years ago
GLUT is a utility library, if you use GLUT, the rendering is still purely openGL. And no I din't use GLUT, I used SDL for window and key board management. You can't "purely" openGL, since you need to mange the window and key board events somehow, and openGL nor C++ does this. You need extra libraries.
jSaurabh 3 years ago