add demos to README.md

This commit is contained in:
Abe Pazos
2025-08-27 19:48:23 +00:00
parent b231b415f1
commit 64493302c7
35 changed files with 283 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ The language also holds some tools to manage the position and orientation of the
/*
Drawing a square using the turtle interface.
![DemoTurtle01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-turtle/images/DemoTurtle01Kt.png)
[source code](src/jvmDemo/kotlin/DemoTurtle01.kt)
@@ -45,6 +46,7 @@ Drawing a square using the turtle interface.
/*
A simple random walk made using the turtle interface.
![DemoTurtle02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-turtle/images/DemoTurtle02Kt.png)
[source code](src/jvmDemo/kotlin/DemoTurtle02.kt)
@@ -53,6 +55,7 @@ A simple random walk made using the turtle interface.
/*
Drawing shape contours aligned to the turtle's orientation.
![DemoTurtle03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-turtle/images/DemoTurtle03Kt.png)
[source code](src/jvmDemo/kotlin/DemoTurtle03.kt)