Update README

This commit is contained in:
hasufell 2014-10-17 02:10:22 +02:00
parent 7df088be64
commit ec51de3210
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Random computer graphics algorithms visualized with the Diagrams library
## Building
cabal build (you need cabal)
## Running
```cabal run Gtk -- file.obj```
or
```cabal run Gif -- -w 600 -h 600 -o out.gif```
### Build Status
[![Build Status](https://travis-ci.org/hasufell/CG2.png)](https://travis-ci.org/hasufell/CG2)