Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 651 Bytes

README.md

File metadata and controls

45 lines (22 loc) · 651 Bytes

DSProject

3-D first person adventure game written from scratch for data structure course

Features

  • Procedurally generated dungeon map

  • Mesh import through assimp

  • Skeletal animation

  • Deferred shading pipeline

  • Physically based rendering

  • Shadow mapping

  • SSAO

  • HDR tone mapping

  • Physics simulaition with BulletPhysics

Building

git clone https://github.com/Jimx-/dsproject.git
cd dsproject
git submodule update --init
mkdir build && cd build
cmake .. && make

Screenshot

screenshot