Sin descripción

Zoadian 594006276b fixed draw command bug, and renamed some vars hace 11 años
source 594006276b fixed draw command bug, and renamed some vars hace 11 años
.gitignore e7df10d7c3 Added gitignore, removed .dub folder hace 12 años
README.md 43857a305c upload of mesh data and command data hace 11 años
dub.json 65ae685586 removed toml dependency hace 11 años

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]