From aabdf9fc0e73a8330fbd0f8b4e0246b3edf36ba1 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Thu, 2 Feb 2023 08:49:31 +0000 Subject: [PATCH] add demos to README.md --- orx-turtle/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/orx-turtle/README.md b/orx-turtle/README.md index 8d8e4688..7d816136 100644 --- a/orx-turtle/README.md +++ b/orx-turtle/README.md @@ -31,3 +31,19 @@ The language also holds some tools to manage the position and orientation of the * `segment(s: Segment)` to draw a segment with its entrance tangent aligned to the turtle's orientation * `contour(c: ShapeContour)` to draw a contour with its entrance tangent aligned to the turtle's orientation + +## Demos +### DemoTurtle01 +[source code](src/jvmDemo/kotlin/DemoTurtle01.kt) + +![DemoTurtle01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-turtle/images/DemoTurtle01Kt.png) + +### DemoTurtle02 +[source code](src/jvmDemo/kotlin/DemoTurtle02.kt) + +![DemoTurtle02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-turtle/images/DemoTurtle02Kt.png) + +### DemoTurtle03 +[source code](src/jvmDemo/kotlin/DemoTurtle03.kt) + +![DemoTurtle03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-turtle/images/DemoTurtle03Kt.png)