Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Julian Ospald 8643826810
Fix build and freeze
il y a 4 ans
Algebra Remove dependency on gloss il y a 8 ans
Algorithms Remove dependency on gloss il y a 8 ans
CLI Read the obj file as ByteString and pass ByteString to the Parser il y a 9 ans
GUI Dump glade il y a 7 ans
Graphics Fix build and freeze il y a 4 ans
Parser Fix build and freeze il y a 4 ans
Test Port to diagrams >1.3 il y a 9 ans
test_objs Add another test obj for Polygon Triangulation il y a 9 ans
.gitignore Update gitignore il y a 8 ans
.hscolour Add hscolour il y a 9 ans
.travis.yml TRAVIS: build gtk and glade first il y a 9 ans
CG2.cabal Fix build and freeze il y a 4 ans
GifMain.hs Restructure modules il y a 9 ans
GtkMain.hs Restructure modules il y a 9 ans
LICENSE Add GPL-2 LICENSE file il y a 9 ans
MyPrelude.hs PRELUDE: fix spelling il y a 9 ans
QueueEx.hs Fix build with latest dequeue il y a 7 ans
README.md Update README il y a 9 ans
TestMain.hs Fix build il y a 9 ans
cabal.project Fix build and freeze il y a 4 ans
cabal.project.freeze Fix build and freeze il y a 4 ans

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