openrndr / orx

A growing library of assorted data structures, algorithms and utilities for OPENRNDR
https://openrndr.org
BSD 2-Clause "Simplified" License
118 stars 36 forks source link

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

Closed Yvee1 closed 6 months ago

Yvee1 commented 6 months ago

Note that this depends on https://github.com/openrndr/openrndr/commit/a322e01b5d1d59ce4ac6c04f81bc8f74c81bd125 and https://github.com/openrndr/openrndr/pull/385.

I use a kdtree in the implementation. I added the dependency in build.gradle.kts, but my IDE does not seem to detect the import correctly. Running the demos does work for me, so I'm not sure if I missed something or if IDEA is acting strangely. (edit: I see the github build failed so there is something wrong)

Demo images for reference: image image