Skip to content

burkap/denden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

denden game engine

Denden is a game development framework written for fun. It's basically my playground project for testing things like modern c++ features and software design patterns. However, this does not mean that this framework is incapable of producing a real game (albeit an ugly one). To prove this, I plan to add some examples of playable games written using this framework in the future.

A work in progress documentation can be found in docs/ folder (as pdf) or in github wiki (as web page)

Videos

NOTE

Because the GIF format has this limitation, videos stutter a lot. In reality, all the visuals are rendered in real time at over 120FPS.


First person view POC Physics Simulation
Specular Lightning (footage from early development)

Screenshots

Multiple light sources Debug GUI
Blinn-Phong reflection Wireframe

Thirdparty

  • glfw
  • glew
  • assimp
  • bullet3
  • imgui
  • stb

Releases

No releases published

Packages

No packages published