dyna3/app-proto
Aaron Fenyes 90834fbb93 Adapt symmetric_kernel for non-WASM targets
The examples call `engine::realize_gram`, which now includes a call to
`symmetric_kernel`, so we need to make sure that `symmetric_kernel`
can run on whatever target Cargo uses for examples. For that target on
my machine, `console::log_1` panics with the message "function not
implemented on non-`wasm32` targets".
2024-12-11 13:01:17 -08:00
..
examples Engine: Find the tangent space of the solution variety 2024-12-06 14:35:30 -08:00
src Adapt symmetric_kernel for non-WASM targets 2024-12-11 13:01:17 -08:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.toml Click the display to select spheres (#25) 2024-11-27 05:02:06 +00:00
index.html Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
main.css Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
run-examples Turn non-automated tests into Cargo examples (#24) 2024-11-26 00:32:50 +00:00