@hackage / worldturtle

LOGO-like Turtle graphics with a monadic interface.

Latest0.3.1.0

About

Metadata

  • Last updated , by FortOyer
  • License BSD-3-Clause
  • Maintained by: archibaldnmac@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.0.1
  2. 8.10.7

Readme

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