diff options
Diffstat (limited to 'haskell/haskell-gloss/README')
-rw-r--r-- | haskell/haskell-gloss/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-gloss/README b/haskell/haskell-gloss/README new file mode 100644 index 0000000000..50980a218c --- /dev/null +++ b/haskell/haskell-gloss/README @@ -0,0 +1,8 @@ +Gloss hides the pain of drawing simple vector graphics behind a nice +data type and a few display functions. Gloss uses OpenGL under the +hood, but you won't need to worry about any of that. Get something +cool on the screen in under 10 minutes. + +This requires ghc, haskell-ObjectName, haskell-OpenGLRaw, +haskell-StateVar, haskell-Tensor, haskell-binary, haskell-GLURaw, +haskell-bmp, haskell-OpenGL and haskell-GLUT. |