Sen descrición

Zoadian 3db9f20bb9 scene code updated %!s(int64=11) %!d(string=hai) anos
source 3db9f20bb9 scene code updated %!s(int64=11) %!d(string=hai) anos
.gitignore e7df10d7c3 Added gitignore, removed .dub folder %!s(int64=12) %!d(string=hai) anos
README.md 43857a305c upload of mesh data and command data %!s(int64=11) %!d(string=hai) anos
dub.json 65ae685586 removed toml dependency %!s(int64=11) %!d(string=hai) anos

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]