[orx-shapes] Add geometric arrangement together with two demos. (#324)

This commit is contained in:
Steven van den Broek
2024-01-02 20:45:11 +01:00
committed by GitHub
parent 3b57c3ce26
commit 2fb2b11180
4 changed files with 571 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ kotlin {
implementation(project(":orx-parameters"))
implementation(project(":orx-shader-phrases"))
implementation(project(":orx-color"))
implementation(project(":orx-kdtree"))
implementation(libs.openrndr.application)
implementation(libs.openrndr.draw)
implementation(libs.openrndr.filter)