Changes between Version 12 and Version 13 of WikiStart


Ignore:
Timestamp:
Mar 5, 2010, 3:02:25 AM (14 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    11= Gloss =
    22Gloss 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.
     3
     4== History ==
     5Gloss is a fork and cleanup of ANUPlot, which has been used for teaching first year computer science at the [http://cs.anu.edu.au ANU] for the last few years. Its main goal is to allow total beginners to get something working with a minimum of fuss.
    36
    47== Download ==
     
    2730Then the same for `gloss-examples`
    2831
    29 == History ==
    30 Gloss is a fork and cleanup of ANUPlot, which has been used for teaching first year computer science at the [http://cs.anu.edu.au ANU] for the last few years. Its main goal is to allow total beginners to get something working with a minimum of fuss.
     32== Report a bug ==
     33
     34If you have a bug or feature request, then please add a [http://trac.haskell.org/gloss/newticket new ticket].
     35
     36You can also send email to `gloss@ouroborus.net`
    3137
    3238== Examples ==