Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- Mar 5, 2010, 2:59:37 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 4 4 == Download == 5 5 6 === From Hackage === 7 8 * [http://hackage.haskell.org/package/gloss gloss] 9 * [http://hackage.haskell.org/package/gloss-examples gloss-examples] 10 11 === With cabal === 6 12 If you have cabal installed you should be able to do: 7 13 {{{ … … 10 16 }}} 11 17 12 Otherwise: 18 === From the darcs repo === 13 19 {{{ 14 20 darcs get http://code.haskell.org/gloss/gloss-head … … 26 32 == Examples == 27 33 34 These are some of the examples included in the [http://hackage.haskell.org/package/gloss-examples gloss-examples] package: 35 28 36 || [[Image(gloss-hello-thumb.png)]] || [[Image(gloss-lifespan-thumb.png)]] || [[Image(gloss-styrene-thumb.png)]] || [[Image(gloss-tree-thumb.png)]] || [[Image(gloss-clock-thumb.png)]] || [[Image(gloss-zen-thumb.png)]] || 29 37 || [http://code.haskell.org/gloss/gloss-stable/examples/Hello/Main.hs code] [http://code.haskell.org/gloss/wiki/images/gloss-hello.png result] || [http://code.haskell.org/gloss/gloss-stable/examples/Lifespan/ code] [http://code.haskell.org/gloss/wiki/images/gloss-lifespan.png result] || [http://code.haskell.org/gloss/gloss-stable/examples/Styrene/ code] [http://code.haskell.org/gloss/wiki/images/gloss-styrene.png result] || [http://code.haskell.org/gloss/gloss-stable/examples/Tree/Main.hs code] [http://code.haskell.org/gloss/wiki/images/gloss-tree.png result] || [http://code.haskell.org/gloss/gloss-stable/examples/Clock/Main.hs code] [http://code.haskell.org/gloss/wiki/images/gloss-clock.png result] || [http://code.haskell.org/gloss/gloss-stable/examples/Zen/Main.hs code] [http://code.haskell.org/gloss/wiki/images/gloss-zen.png result] ||