Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 801 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 801 Bytes

3D Engine

Current Status

  • Shadow Mapping (in progress)
  • Physically Based Rendering (PBR)
  • Blinn Phong Lighting
  • Multiple Lights
  • Normal mapping
  • ImGui Integration

How to Build

cmake -B build
cmake --build build -j($nproc)

Libraries Used

The assets used belong to their respective owners. Licenses/Sources for the assets can be found in their respective directories in resources/.