Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 800 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 800 Bytes

Graphics Engine

C++ 3D graphics engine with no external libraries.
loads and renders .obj files.

  1. 3D model loading and wireframe rendering (2/10/2025)

  1. added rasterized rendering and flat shading (2/12/2025)