Add kaleidocycle example

The engine successfully captures the kaleidocycle's twisting motion.
However, nudging doesn't work quite the way we want. This is probably to
be expected, since nudges don't commute with Euclidean motions in our
current implementation.
This commit is contained in:
Aaron Fenyes 2025-01-21 12:05:20 -08:00
parent 22870342f3
commit 303507eb08
2 changed files with 82 additions and 0 deletions

View file

@ -9,3 +9,4 @@
cargo run --example irisawa-hexlet
cargo run --example three-spheres
cargo run --example point-on-sphere
cargo run --example kaleidocycle