Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 756 Bytes

File metadata and controls

33 lines (23 loc) · 756 Bytes

3D Engine

Current Status

  • Shadow Mapping
  • 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/.