Skip to content

Commit

Permalink
Inital Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Schnur authored and Jordan Schnur committed May 16, 2016
0 parents commit 6b224cd
Show file tree
Hide file tree
Showing 6 changed files with 581 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 2D Lighting
This is my poor attempt at some 2D hard lighting. It's fairly straight forward to build
#### Dependencies
* [GLFW] for window management
* [GLEW] for managment of OpenGL extentions
* [GLM] for maths


[GLFW]: http://www.glfw.org/
[GLEW]: http://glew.sourceforge.net/
[GLM]: http://glm.g-truc.net/0.9.7/index.html

### Some images
![Image 1](http://img.prntscr.com/img?url=http://i.imgur.com/odPLegW.png)
![Image 2](http://img.prntscr.com/img?url=http://i.imgur.com/U0p8GAt.png)
Loading

0 comments on commit 6b224cd

Please sign in to comment.