~boringcactus/turtle3D-grasshopper

c7eda59fb264fb99a0a2c841c28e036a40ee2f20 — Melody Horn 3 years ago 78912df main
move primary links to github
2 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M tutorial.md
M README.md => README.md +2 -2
@@ 4,7 4,7 @@ A Python library implementing 3D graphics in a way that can be used within [Gras

## Installing

Download [the turtle3D.py script](https://git.sr.ht/~boringcactus/turtle3D-grasshopper/blob/main/turtle3D.py) and place it somewhere on your computer, in a folder by itself.
Download [the turtle3D.py script](https://raw.githubusercontent.com/Hand-and-Machine/turtle3D-grasshopper/main/turtle3D.py) and place it somewhere on your computer, in a folder by itself.
Then open Rhino, go to Tools > PythonScript > Edit..., go to Tools > Options, and in the Files tab, under Module Search Paths, click the "Add to search path" button, and then find the folder you put turtle3D.py in.

## Using


@@ 50,7 50,7 @@ a = turtle.lines()

## Full Tutorial

I've also written a [full tutorial for this library](https://git.sr.ht/~boringcactus/turtle3D-grasshopper/tree/main/item/tutorial.md).
I've also written a [full tutorial for this library](https://github.com/Hand-and-Machine/turtle3D-grasshopper/blob/main/tutorial.md).

## License


M tutorial.md => tutorial.md +1 -1
@@ 1,6 1,6 @@
# Making a Procedurally Generated Bowl with turtle3D for Grasshopper

Assumes you've already [installed turtle3D for Grasshopper](https://git.sr.ht/~boringcactus/turtle3D-grasshopper#installing) and you're familiar with intermediate Grasshopper features like input expressions.
Assumes you've already [installed turtle3D for Grasshopper](https://github.com/Hand-and-Machine/turtle3D-grasshopper#installing) and you're familiar with intermediate Grasshopper features like input expressions.

1.  Add a slider "move" over the real numbers ranging from 0.1 to 5.0.
2.  Add a slider "turn" over the real numbers ranging from 0.1 to 45.0.