Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-schnur committed Dec 24, 2020
1 parent 67db123 commit ac00841
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@

# 2D Lighting
This is my poor attempt at some 2D hard lighting. It's fairly straight forward to build
A technique for 2D lighting using a framebuffer

#### Dependencies
* [GLFW] for window management
* [GLEW] for managment of OpenGL extentions
* [GLAD] for management of OpenGL extensions
* [GLM] for maths


[GLFW]: http://www.glfw.org/
[GLEW]: http://glew.sourceforge.net/
[GLAD]: https://glad.dav1d.de/
[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)
![Image 2](http://img.prntscr.com/img?url=http://i.imgur.com/U0p8GAt.png)

0 comments on commit ac00841

Please sign in to comment.