Video Demo
Quick Notes
An upgraded demo showcasing OpenGL graphics rendering
Version 1.0 is still available at this location for viewingThis is an OpenGL demo showcasing generation of a model with a custom mipmapped texture, this texture was created manually in order to showcase mipmapping in OpenGL. As a user you are able to select from a regular texture file (which generates mipmaps with glGenerateMipmaps) or a custom texture file in dds format (all mipmaps are of different color to make it visible to the viewer when the LODs change)
This is an upgraded version of my initial OpenGL demo, this version includes some architecture upgrades such as a memory tracker, improved math and file libraries and the usage of ImGui for GUI. The redesign of this engine will allow for further expansion. Some elements present in the previous version are not shown here as I am still redesigning those and will add them in future iterations.