Block a user
9f85ce5608
Step elements geodesically instead of linearly
2906571f32
Correct the translation direction
58e7587131
Deform the assembly
7aa69bdfcd
Set the console error panic hook
2c55a63a6f
Engine: Find the tangent space of the solution variety
Find the tangent space of the solution variety
Click the display to select spheres
f4c9d3d7f4
App: factor out the selection routine
17d4ed86e4
Display: click to select spheres
Turn non-automated tests into Cargo examples
One of the above needs to be done. You are also encouraged either in the README to acknowledge app-proto and quickly mention how to run the prototype app [...] and how to run the examples, or…
Turn non-automated tests into Cargo examples
848f7d665b
Rename the dev feature to reflect its generality
b23d4a1860
Separate test and example for Irisawa hexlet
de8c662de4
Factor out the realization of the Irisawa hexlet
e69073a996
Streamline Gram matrix setup for Irisawa hexlet
519d0f49df
Turn assertionless tests into Cargo examples
Give each element a serial number
As discussed in our meeting, I've gone back to the atomic version, with one change: we now panic when we run out of serial numbers, rather than silently wrapping around. Ready to review again!
133b725053
Panic if we run out of serial numbers
c5f09b99b3
Add reminder to reconsider global element serials
b0bd31a9da
Go back to atomic for next element serial number
Give each element a serial number
As discussed over e-mail, we'll go with the thread-local version for now. Ready to review!