Files
cga/README.md

16 lines
332 B
Markdown
Raw Normal View History

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