cga/README.md

15 lines
326 B
Markdown
Raw Normal View History

2014-10-17 00:10:22 +00:00
# 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)