Skip to content

cmd05/3d-engine

Repository files navigation

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/.