2014-10-17 00:10:22 +00:00
|
|
|
# Random computer graphics algorithms visualized with the Diagrams library
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
2014-10-17 12:44:42 +00:00
|
|
|
```cabal build``` (you need cabal)
|
2014-10-17 00:10:22 +00:00
|
|
|
|
|
|
|
## Running
|
|
|
|
|
|
|
|
```cabal run Gtk -- file.obj```
|
|
|
|
or
|
|
|
|
```cabal run Gif -- -w 600 -h 600 -o out.gif```
|
|
|
|
|
2014-10-17 00:21:21 +00:00
|
|
|
## Build Status
|
|
|
|
|
|
|
|
[![Build Status](https://travis-ci.org/hasufell/CGA.png)](https://travis-ci.org/hasufell/CGA)
|