16 lines
332 B
Markdown
16 lines
332 B
Markdown
# 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/CGA.png)](https://travis-ci.org/hasufell/CGA)
|