選択できるのは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