dyna3/app-proto/run-examples
Aaron Fenyes 303507eb08 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.
2025-01-21 12:05:20 -08:00

12 lines
306 B
Bash
Executable File

#!/bin/sh
# run all Cargo examples, as described here:
#
# Karol Kuczmarski. "Add examples to your Rust libraries"
# http://xion.io/post/code/rust-examples.html
#
cargo run --example irisawa-hexlet
cargo run --example three-spheres
cargo run --example point-on-sphere
cargo run --example kaleidocycle