wrote some render-functions and shaders

- rudimentary vertex and fragment-shader in shaders/..
- created new Render-Module (unfinished and untested)
This commit is contained in:
Stefan Dresselhaus
2014-01-02 03:35:38 +01:00
parent 673a0f786a
commit 2ff7534ede
6 changed files with 141 additions and 2 deletions

View File

@ -20,9 +20,12 @@ executable Pioneers
stm >=2.4.2 && <2.5,
transformers >=0.3.0 && <0.4,
List >=0.5.1 && <0.6,
OpenGLRaw >=1.4.0 && <1.5
OpenGLRaw >=1.4.0 && <1.5,
bytestring >=0.10.0 && <0.11
ghc-options: -Wall
other-modules:
Map.Coordinates,
Map.Map
Map.Map,
Render.Render,
Render.Misc