Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JH456 committed Sep 12, 2016
1 parent 96259eb commit 53744af
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# OGL-3D-Practice-Engine
I just made this to play around with opengl a bit, because I am interested in
video games and the like.

## Compiling
You should be able to just compile this with the Makefile, as in:

```bash
$ make
```

## Running
Just run

```bash
$ engine
```

0 comments on commit 53744af

Please sign in to comment.