暂无描述

Zoadian d9a0d5b8cd some corrections. glSyncFence still failing... 11 年之前
source d9a0d5b8cd some corrections. glSyncFence still failing... 11 年之前
.gitignore e7df10d7c3 Added gitignore, removed .dub folder 12 年之前
README.md 43857a305c upload of mesh data and command data 11 年之前
dub.json 65ae685586 removed toml dependency 11 年之前

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]