Aucune description

Zoadian 3db9f20bb9 scene code updated il y a 11 ans
source 3db9f20bb9 scene code updated il y a 11 ans
.gitignore e7df10d7c3 Added gitignore, removed .dub folder il y a 12 ans
README.md 43857a305c upload of mesh data and command data il y a 11 ans
dub.json 65ae685586 removed toml dependency il y a 11 ans

README.md

#Three.d
A high performance 3D graphics engine

Three.d is high performance 3D graphics engine written from scratch in the D Programming Language.
It is currently not ready for any production use!

Techniques

  • Data-Oriented Design [1]
  • Approaching Zero Driver Overhead (AZDO) [1] [2]
  • Tiled Deferred Rendering [1]
  • Virtual Textures (Megatextures)
  • Async Buffer Transfers [1]