An OpenGL rendering engine written in pure C++ with no external libraries. We can input an obj file containing vertices and the engine will draw connect each vertex in 3D.
-
Updated
Jul 15, 2022 - C++
An OpenGL rendering engine written in pure C++ with no external libraries. We can input an obj file containing vertices and the engine will draw connect each vertex in 3D.
Former Independent Study, now converted to senior project! See the folder 'Just' for the actual, organized engine; what remains in the parent folder is mostly remnants from tutorials, the former years, and random testing grounds for new coding techniques. The actual code itself is a simple OpenGL rendering engine written in C++, with some physic…
Add a description, image, and links to the opengl-rendering-engine topic page so that developers can more easily learn about it.
To associate your repository with the opengl-rendering-engine topic, visit your repo's landing page and select "manage topics."