Version 18 (modified by 15 years ago) (diff) | ,
---|
Gloss
Gloss hides the pain of drawing simple vector graphics behind a nice data type and a few display functions. Gloss uses OpenGL and GLUT under the hood, but you won't have to worry about any of that. Get something cool on the screen in under 10 minutes.
Gloss is a fork and cleanup of ANUPlot, which has been used for teaching first year computer science at the ANU for the last few years. Its main goal is to allow total beginners to get something working with a minimum of fuss.
Download
From Hackage
With cabal
If you have cabal installed you should be able to do:
cabal update cabal install gloss cabal install gloss-examples
From the darcs repo
darcs get http://code.haskell.org/gloss/gloss-head cd gloss-head cd library runhaskell Setup configure --user runhaskell Setup build runhaskell Setup install
Then again for the examples
directory in that same repo.
Report a bug
If you have a bug or feature request, please add a new ticket.
You can also send email to gloss@ouroborus.net
Examples
These are some of the examples included in the gloss-examples package:
Hello | Lifespan | Styrene | Tree | Clock | Zen |
code result | code result | code result | code result | code result | code result |
Attachments (6)
- gloss-hello-thumb.png (1005 bytes) - added by 15 years ago.
- gloss-lifespan-thumb.png (16.6 KB) - added by 15 years ago.
- gloss-styrene-thumb.png (5.0 KB) - added by 15 years ago.
- gloss-tree-thumb.png (9.3 KB) - added by 15 years ago.
- gloss-clock-thumb.png (8.8 KB) - added by 15 years ago.
- gloss-zen-thumb.png (11.2 KB) - added by 15 years ago.
Download all attachments as: .zip