Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lbowes/Game-Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
lbowes committed May 27, 2018
2 parents 8f6f519 + 7f0e143 commit 3e1a681
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Game-Framework
A simple game framework made using C++ and OpenGL. Development started July 2016.

![](GameFramework/screenshots/GameFrameworkDemo_shadow.png)

## Aim
This project was created to provide a platform on which to learn about graphics programming, specifically OpenGL. It has also introduced/involved
other topics in game engine development such as procedural generation, 3D modelling and physics simulation.

## Dependencies
* [GLEW](http://glew.sourceforge.net/)
* [GLFW](http://www.glfw.org/)
* [SOIL](https://www.lonesock.net/soil.html)
* [GLM](https://glm.g-truc.net/0.9.9/index.html)
* [ImGui](https://github.com/ocornut/imgui)

## Acknowledgements
Thank-you to [TheChernoProject](https://www.youtube.com/user/TheChernoProject) for the inspiration and high-quality tutorials!

0 comments on commit 3e1a681

Please sign in to comment.