KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
TurtleStudio
★ 8
Open GitHub ↗
A Pharo turtle logo play ground
Download README (.md)
Explore Similar Repositories
BAAlgorithmUtils
:
algorithm utils for python
kontrola
:
A script that uses nmap to sweep a subnet looking for ports with SSL certs, then querying those certs to discover upcoming expiration dates.
wall
:
科学上网
xv2savdec_switch
:
A save file decryptor/encryptor for the Switch version of DBXV2
Betweeness-centrality
:
for finding top nodes with the highest betweenness centrality from a given graph
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
TurtleStudio
?
Download (.md)
# TurtleStudio ## A Pharo turtle logo play ground (work in progress).  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!