dyna3/app-proto
Aaron Fenyes f1da5155a3
All checks were successful
/ test (pull_request) Successful in 2m25s
Test curvature drift during position nudging
The test fails, as expected, if you disable sphere normalization by
making `Sphere::normalize_mut_rep` do nothing. Since the tests aren't
built for WebAssembly, we have to replace `console::log` with
`console_log!` in all of the functions they use. We'll eventually want
to do this replacement everywhere.
2025-05-20 17:26:23 -07:00
..
examples feat: Curvature regulators (#80) 2025-04-21 23:40:42 +00:00
src Test curvature drift during position nudging 2025-05-20 17:26:23 -07:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.lock Refactor: Use pointers to refer to elements and regulators (#84) 2025-05-06 19:17:30 +00:00
Cargo.toml Test curvature drift during position nudging 2025-05-20 17:26:23 -07: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