worldturtle: LOGO-like Turtle graphics with a monadic interface.
Have you ever heard of Turtle Graphics?
If not, then think of a turtle
as a cursor you can program to draw!
Turtle graphics are a fantastic introduction to the world of programming and to the syntax of a new programming language.
This module is a framework built on top of gloss to render turtles programmed in Haskell as animations. This is primarily aimed as a teaching tool to beginners - but also, it's cool to draw things!
See The API ref, Graphics.WorldTurtle, for features!
It's easy to create a new project with stack:
stack new my-worldturtle-project aneilmac/worldturtle cd my-worldturtle-project stack build stack exec my-worldturtle-project
Modules
[Index] [Quick Jump]
- Graphics
- Graphics.WorldTurtle
- Graphics.WorldTurtle.Color
- Graphics.WorldTurtle.Commands
- Internal
- Graphics.WorldTurtle.Internal.Commands
- Graphics.WorldTurtle.Internal.Coords
- Graphics.WorldTurtle.Internal.Sequence
- Graphics.WorldTurtle.Internal.Turtle
- Graphics.WorldTurtle.Shapes
- Graphics.WorldTurtle
Downloads
- worldturtle-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.2.0, 0.2.2.1, 0.3.0.0, 0.3.1.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.13 && <4.16), containers (>=0.6.2 && <0.7), gloss (>=1.13.1 && <1.14), lens (>=4.18.1 && <5.2), matrix (>=0.3.6 && <0.4), monad-coroutine (>=0.9.1.3 && <0.10), monad-parallel (>=0.7.2.5 && <0.8), transformers (>=0.5 && <0.6) [details] |
Tested with | ghc ==8.10.7, ghc ==9.0.1 |
License | BSD-3-Clause |
Copyright | 2020 Archibald Neil MacDonald |
Author | Archibald Neil MacDonald |
Maintainer | archibaldnmac@gmail.com |
Category | teaching |
Home page | https://github.com/aneilmac/worldturtle-haskell#readme |
Bug tracker | https://github.com/aneilmac/worldturtle-haskell/issues |
Source repo | head: git clone https://github.com/aneilmac/worldturtle-haskell |
Uploaded | by FortOyer at 2022-03-08T00:13:58Z |
Distributions | |
Downloads | 1034 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |