Opened 12 years ago
Last modified 9 years ago
#2761 new enhancement
parallelize the execution of turtles
Reported by: | walter | Owned by: | walter |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Turtleart | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
Multiple turtles execute in sequence... it would be better to support separate start blocks for each turtle and run them all at once from the start button on the toolbar.
Change History (3)
comment:1 Changed 9 years ago by penguin
comment:2 Changed 9 years ago by walter
The language is Python. The repo is git.sugarlabs.org/turtleart
As far as approach, I think one start block per turtle would make sense; parallel execution of talogo.py
comment:3 Changed 9 years ago by walter
Implemented in the JS version (https://github.com/walterbender/turtleblocksjs).
Note: See
TracTickets for help on using
tickets.
If I wanted to start working on this, how would I do this? Like what language would it need to written in and what would I need to download?