Activities/Turtle Art/Extras: Difference between revisions
Tonyforster (talk | contribs) |
|||
(12 intermediate revisions by 4 users not shown) | |||
Line 52: | Line 52: | ||
===Sharing=== | ===Sharing=== | ||
Turtle Art supports a simple sharing model. Whomever joins a shared activity will share turtles with the other participants, e.g., whatever any turtle draws will appear on every screen. | Turtle Art supports a simple sharing model. Whomever joins a shared activity will share turtles with the other participants, e.g., whatever any turtle draws will appear on every screen. While sharing, you can also send stacks of blocks from one user to another. Share can consume a lot of network bandwidth, so it is not recommended to share among more than 2–3 people at a time if the screen is frequently changing. As with all Sugar activities, you can use the Share-with feature of the Journal to share your Turtle Art projects with others. | ||
A simple application of Turle Art sharing is multimedia chat. Send text using the Show Block; voice using the Speak Block; and images using the Show Block. Lots of fun. | |||
'''Note:''' | '''Note:''' Turtle Art will also share between Sugar and GNOME. | ||
<gallery> | <gallery> | ||
Line 65: | Line 65: | ||
</gallery> | </gallery> | ||
===Running Turtle Art | ===Running Turtle Art outside of Sugar=== | ||
[[Image:TAGnome.png|300px]] | [[Image:TAGnome.png|300px]] | ||
Line 83: | Line 83: | ||
* on later software builds, Activities is both hidden and locked, if so, check show hidden files to unhide, in terminal chmod 777 Activities to unlock | * on later software builds, Activities is both hidden and locked, if so, check show hidden files to unhide, in terminal chmod 777 Activities to unlock | ||
* open TurtleArt.activity | * open TurtleArt.activity | ||
* run | * run turtleblocks.py (run in terminal is better, you can see error messages there) | ||
COMMAND LINE SWITCHES | |||
turtleblocks --help | |||
turtleblocks.py | |||
turtleblocks.py project.tb | |||
turtleblocks.py --output_png project.tb | |||
turtleblocks.py -o project | |||
turtleblocks.py --run project.tb | |||
turtleblocks.py -r project |