dyna3/app-proto/src
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
..
add_remove.rs Refactor: Use pointers to refer to elements and regulators (#84) 2025-05-06 19:17:30 +00:00
assembly.rs Test curvature drift during position nudging 2025-05-20 17:26:23 -07:00
display.rs Refactor: Use pointers to refer to elements and regulators (#84) 2025-05-06 19:17:30 +00:00
engine.rs Test curvature drift during position nudging 2025-05-20 17:26:23 -07:00
identity.vert feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
lib.rs Turn non-automated tests into Cargo examples (#24) 2024-11-26 00:32:50 +00:00
main.rs Refactor: Use pointers to refer to elements and regulators (#84) 2025-05-06 19:17:30 +00:00
outline.rs Refactor: Use pointers to refer to elements and regulators (#84) 2025-05-06 19:17:30 +00:00
point.frag feat: Points (#82) 2025-05-01 19:25:13 +00:00
point.vert feat: Points (#82) 2025-05-01 19:25:13 +00:00
specified.rs Generalize constraints to observables (#48) 2025-03-10 23:43:24 +00:00
spheres.frag feat: Points (#82) 2025-05-01 19:25:13 +00:00
tests.rs feat: Continuous integration via Forgejo Actions/runners (#75) 2025-04-02 20:31:42 +00:00