This repository contains a modern porting of the famous NeHe OpenGL Tutorials from C++ to 80386 Assembly (MASM32). The goal of this project is to provide a solid, documented, and working framework for ...
OpenGL is a well-known standard for generating 3-D as well as 2-D graphics that is extremely powerful and has many capabilities. OpenGL is defined and released by the OpenGL Architecture Review Board ...
A WIP 3D rendering engine built to learn graphics programming with the help of the LearnOpenGL tutorials. Interactive scene editing will be added later – for now everything is hardcoded in the main ...