Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
Julian Ospald 8643826810
Fix build and freeze
4 лет назад
Algebra Remove dependency on gloss 8 лет назад
Algorithms Remove dependency on gloss 8 лет назад
CLI Read the obj file as ByteString and pass ByteString to the Parser 9 лет назад
GUI Dump glade 7 лет назад
Graphics Fix build and freeze 4 лет назад
Parser Fix build and freeze 4 лет назад
Test Port to diagrams >1.3 9 лет назад
test_objs Add another test obj for Polygon Triangulation 9 лет назад
.gitignore Update gitignore 8 лет назад
.hscolour Add hscolour 9 лет назад
.travis.yml TRAVIS: build gtk and glade first 9 лет назад
CG2.cabal Fix build and freeze 4 лет назад
GifMain.hs Restructure modules 9 лет назад
GtkMain.hs Restructure modules 9 лет назад
LICENSE Add GPL-2 LICENSE file 9 лет назад
MyPrelude.hs PRELUDE: fix spelling 9 лет назад
QueueEx.hs Fix build with latest dequeue 7 лет назад
README.md Update README 9 лет назад
TestMain.hs Fix build 9 лет назад
cabal.project Fix build and freeze 4 лет назад
cabal.project.freeze Fix build and freeze 4 лет назад

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