Go to file
hasufell 70b4fa6e01
VEC: fix haddock doc
2014-10-25 14:50:09 +02:00
Algebra VEC: fix haddock doc 2014-10-25 14:50:09 +02:00
Algorithms Fix example mesh 2014-10-25 03:15:00 +02:00
CLI Restructure modules 2014-10-10 17:40:08 +02:00
GUI Allow drawing the polygon stuff via GUI 2014-10-25 03:15:38 +02:00
Graphics/Diagram DIAGRAM: draw all points 2014-10-25 14:49:36 +02:00
Parser Allow drawing the polygon stuff via GUI 2014-10-25 03:15:38 +02:00
System/FileSystem Restructure modules 2014-10-10 17:40:08 +02:00
.gitignore Update .gitignore 2014-10-10 17:53:17 +02:00
.hscolour Add hscolour 2014-10-01 20:14:44 +02:00
.travis.yml TRAVIS: build gtk and glade first 2014-10-17 14:44:31 +02:00
CG2.cabal Allow drawing the polygon stuff via GUI 2014-10-25 03:15:38 +02:00
GifMain.hs Restructure modules 2014-10-10 17:40:08 +02:00
GtkMain.hs Restructure modules 2014-10-10 17:40:08 +02:00
LICENSE Add GPL-2 LICENSE file 2014-10-01 20:15:00 +02:00
MyPrelude.hs POLYINT: first try of polygon intersection algorithm in O(n) 2014-10-25 01:44:13 +02:00
PerformanceTest.hs Add a simple performance test with a big obj file 2014-10-13 22:35:01 +02:00
QueueEx.hs POLYINT: first try of polygon intersection algorithm in O(n) 2014-10-25 01:44:13 +02:00
README.md Update README 2014-10-17 14:44:42 +02:00
UB1_einfach.obj Add obj test files 2014-10-08 16:35:35 +02:00
UB1_sonderfaelle.obj Add obj test files 2014-10-08 16:35:35 +02:00
collinar.obj Add collinear.obj 2014-10-09 17:02:29 +02:00

README.md

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