Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rrkpp committed Jul 5, 2012
1 parent 16d1fad commit 72eacd4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
@@ -0,0 +1,13 @@
# kopengi
### Regan Russell

kopengi is an open-source, cross-platform game engine written in C++. It is built on the theory of not reinventing the wheel, and creating a logical, easy to use engine structure that makes development simple and understandable. It relies on OpenGL and various helper libraries to make my job easier, and keep the engine itself as straightforward as possible.

The following third-party libraries are used:
* GLFW
* GLEW
* ASSIMP
* SOIL
* GLM

kopengi (for the time being) can be modified but not sold, nor used in any commercial projects.

0 comments on commit 72eacd4

Please sign in to comment.