You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Julian Ospald 8643826810
Fix build and freeze
3 years ago
Algebra Remove dependency on gloss 7 years ago
Algorithms Remove dependency on gloss 7 years ago
CLI Read the obj file as ByteString and pass ByteString to the Parser 8 years ago
GUI Dump glade 6 years ago
Graphics Fix build and freeze 3 years ago
Parser Fix build and freeze 3 years ago
Test Port to diagrams >1.3 7 years ago
test_objs Add another test obj for Polygon Triangulation 8 years ago
.gitignore Update gitignore 7 years ago
.hscolour Add hscolour 8 years ago
.travis.yml TRAVIS: build gtk and glade first 8 years ago
CG2.cabal Fix build and freeze 3 years ago
GifMain.hs Restructure modules 8 years ago
GtkMain.hs Restructure modules 8 years ago
LICENSE Add GPL-2 LICENSE file 8 years ago
MyPrelude.hs PRELUDE: fix spelling 8 years ago
QueueEx.hs Fix build with latest dequeue 6 years ago
README.md Update README 8 years ago
TestMain.hs Fix build 8 years ago
cabal.project Fix build and freeze 3 years ago
cabal.project.freeze Fix build and freeze 3 years ago

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