From ec51de32105460b6c77f46a7f6d49fa1a8f28d9d Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 17 Oct 2014 02:10:22 +0200 Subject: [PATCH] Update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e69de29..7fb38e9 100644 --- a/README.md +++ b/README.md @@ -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)