Sem descrição

Zoadian 8dd55497e2 fixed location order in shader code há 11 anos atrás
source 8dd55497e2 fixed location order in shader code há 11 anos atrás
.gitignore e7df10d7c3 Added gitignore, removed .dub folder há 12 anos atrás
README.md 43857a305c upload of mesh data and command data há 11 anos atrás
dub.json 65ae685586 removed toml dependency há 11 anos atrás

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]