Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.1 KB

unecht

Join the chat at https://gitter.im/Extrawurst/unecht Build Status

Game Engine Framework for the D programming language

![physics-demo](https://raw.github.com/extrawurst/unecht/master/screenshots/2015-03-26 physics.png) ![scaling](https://raw.github.com/extrawurst/unecht/master/screenshots/2015-03-30 scaling.png)

features

  • editor mode to inspect scene at runtime
  • component based design (think unity3d)
  • integrated physics engine (ODE)

dependecies

  • opengl 3.3 (core profile) compatible graphics/drivers
  • glfw library (link)
  • ODE physics library (link)
  • freeimage library (link)
  • frame profiling: despiker binary right besides engine binary (guide)