From ac00841dec7675c71a481341050d66b8415cd3e4 Mon Sep 17 00:00:00 2001 From: Jordan Schnur Date: Thu, 24 Dec 2020 15:57:16 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c3d9119..2a79578 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +![Image 2](http://img.prntscr.com/img?url=http://i.imgur.com/U0p8GAt.png)