c - OpenGL on Windows 95 -


I recently installed VC ++ 6.0 on an older machine with Windows 95. Windows 95 is a 3D maze screensaver designed with OpenGL but the computer does not have a 3D video card. I would like to know how to make 3D graphics like a 3D maze for 3D video card.

If you know about a good tutorial or book, then I will be happy with your suggestions.

OpenGL, if no dedicated 3D hardware is available, then you can render the graphics on the CPU . Maybe you have seen that the screensaver is running, CPU usage is too much, if you want to know more about OpenGL, then I would recommend that you take a look. My personal favorite is OpenGL Superbibile but as a suggestion, if you want to learn 3D graphics and your goal is OS Windows, then I think you should study something else (WPF, DirectX, XNA, etc.). Obviously you probably want to upgrade from Windows 95.

Comments