diff options
| author | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-01 13:22:28 +0200 |
|---|---|---|
| committer | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-01 13:22:28 +0200 |
| commit | 40dc510246c3e73549371698602bfd6edd070b32 (patch) | |
| tree | 1137a794a4464957568b9517cbf6a47acfad55c4 | |
| parent | ada455ccc1898826d55cbe275da895d80b792cd5 (diff) | |
| parent | 865556ece4d26ab912b7be623b5e284332faa1ae (diff) | |
Merge branch 'master' of github.com:jeannekamikaze/Spear
| -rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
| @@ -0,0 +1,24 @@ | |||
| 1 | Spear | ||
| 2 | ===== | ||
| 3 | |||
| 4 | Spear is a simple 3D game framework I have been working on since I started learning Haskell, and is therefore more of a "let's see where I can get to" kind of project. | ||
| 5 | |||
| 6 | The project's goal is to put what I learn into practise, to explore how far I can get with Haskell and if the results are decent enough, to build one or two game demos along the way. | ||
| 7 | |||
| 8 | Installation | ||
| 9 | ------------ | ||
| 10 | |||
| 11 | Simply clone the repo and build with cabal: | ||
| 12 | |||
| 13 | ``` | ||
| 14 | git clone https://github.com/jeannekamikaze/Spear.git | ||
| 15 | cd Spear | ||
| 16 | cabal install | ||
| 17 | ``` | ||
| 18 | |||
| 19 | Documentation | ||
| 20 | ------------- | ||
| 21 | |||
| 22 | An online copy of the haddocks can be found [here][0]. | ||
| 23 | |||
| 24 | [0]: http://shellblade.net/docs/Spear/index.html | ||
