Skip to content

YutRetr0/Weeaboo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published