TurtleStudio

Description

A Pharo turtle logo play ground

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
8
Forks
2
Created
Nov. 16, 2018
Updated
Dec. 20, 2019

README excerpt

# TurtleStudio

## A Pharo turtle logo play ground (work in progress).

![](https://github.com/souravdatta/TurtleStudio/blob/master/ExampleTS.png)

This project aims to make a simple utility to experiment with Turtle graphics without leaving the Pharo environment. It uses Athens Cairo graphics
backend and Spec for UI. To load and play with it:

    Metacello new
	  repository: 'github://souravdatta/TurtleStudio';
	  baseline: 'TurtleStudio';
	  load.

Launch it like:

    TurtleStudio open


### TODOs

* ~~Implement `pendown` and `penup`.~~
* Add primitives for arcs.
* A better Turtle :-)

Please report issues/enhancement ideas if you try it, or better, send some pull requests with cool changes!

← Back to results