Explorar o código

added dependency requirements to readme

Zoadian %!s(int64=11) %!d(string=hai) anos
pai
achega
f1f10b2712
Modificáronse 2 ficheiros con 7 adicións e 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"],