-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/lbowes/Game-Framework
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |