dyna3/app-proto
Aaron Fenyes 17f30d1312 Compare elements by serial number, not address
Rust pointers don't seem to be designed for use as identifiers, so it's
probably more idiomatic and possibly more reliable to manage our own
unique identifier system.

  https://stackoverflow.com/a/72149089

This also lets us get rid of the `ElementRc` newtype.
2025-05-03 00:08:17 -07:00
..
examples feat: Curvature regulators (#80) 2025-04-21 23:40:42 +00:00
src Compare elements by serial number, not address 2025-05-03 00:08:17 -07:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.lock feat: Continuous integration via Forgejo Actions/runners (#75) 2025-04-02 20:31:42 +00:00
Cargo.toml feat: Continuous integration via Forgejo Actions/runners (#75) 2025-04-02 20:31:42 +00:00
index.html Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
main.css feat: Points (#82) 2025-05-01 19:25:13 +00:00
run-examples Switch to Euclidean-invariant projection onto tangent space of solution variety (#34) 2025-01-31 19:34:33 +00:00