Explorar el Código

added dependency requirements to readme

Zoadian hace 11 años
padre
commit
f1f10b2712
Se han modificado 2 ficheros con 7 adiciones y 1 borrados
  1. 6 0
      README.md
  2. 1 1
      dub.json

+ 6 - 0
README.md

@@ -12,3 +12,9 @@ Three.d is high performance 3D graphics engine written from scratch in the D Pro
 * Virtual Textures (Megatextures)
 * Async Buffer Transfers [[1]](http://www.seas.upenn.edu/~pcozzi/OpenGLInsights/OpenGLInsights-AsynchronousBufferTransfers.pdf)
 
+## Dependencies
+* glfw3
+* Assimp
+* FreeImage
+* freetype
+* (AntTweakBar)

+ 1 - 1
dub.json

@@ -1,7 +1,7 @@
 {
 	"name": "three-d",
 	"license": "LGPLv3",
-	"description": "A 3D Graphics Engine.",
+	"description": "A high performance 3D Graphics Engine.",
 	"copyright": "Copyright © 2014, Felix 'Zoadian' Hufnagel",
 	"authors": ["Felix 'Zoadian' Hufnagel"],