Vectornaut
  • Joined on 2019-09-28
Vectornaut created branch reactive-realization-cleanup in Vectornaut/dyna3 2025-07-24 22:00:04 +00:00
Vectornaut pushed to reactive-realization-cleanup at Vectornaut/dyna3 2025-07-24 22:00:04 +00:00
3eddef784b Trigger realization more directly
Vectornaut pushed to main at Vectornaut/dyna3 2025-07-22 23:22:52 +00:00
0801200210 Add more test assemblies (#103)
Vectornaut commented on issue StudioInfinity/dyna3#104 2025-07-22 22:29:42 +00:00
Tridiminished icosahedron: line search failed

@glen wrote in StudioInfinity/dyna3#104 (comment):

OK, worked this time. Perhaps the first time I accidentally put a -0.25 into one of the A-C…

Vectornaut commented on issue StudioInfinity/dyna3#104 2025-07-22 22:12:56 +00:00
Tridiminished icosahedron: line search failed

To help check whether we're following the same procedure: I'm setting distances in this order.

From

Vectornaut commented on issue StudioInfinity/dyna3#104 2025-07-22 22:03:01 +00:00
Tridiminished icosahedron: line search failed

Huh: I don't get a line search failure. In fact, once I've set all the inversive distances except the A–C ones, I find that the A–C ones already have the desired values. This is consistent…

Vectornaut commented on issue StudioInfinity/dyna3#104 2025-07-22 21:37:46 +00:00
Tridiminished icosahedron: line search failed

fill in each A-B, B-B, B-C, and C-C inversive distance at -0.25

Trying to reproduce now. There are no B–B inversive distance regulators; did you mean A–A?

Vectornaut commented on pull request StudioInfinity/dyna3#103 2025-07-22 20:31:42 +00:00
Add more test assemblies

@glen wrote in StudioInfinity/dyna3#103 (comment):

Wouldn't it be a solution to everyone's concerns to have a module components, with a…

Vectornaut pushed to more-test-assemblies at Vectornaut/dyna3 2025-07-22 20:29:04 +00:00
5233d8eb93 Move the components into their own module
Vectornaut commented on pull request StudioInfinity/dyna3#103 2025-07-22 08:26:12 +00:00
Add more test assemblies

@glen wrote in StudioInfinity/dyna3#103 (comment):

Wouldn't it be a solution to everyone's concerns to have a module components, with a…

Vectornaut commented on pull request StudioInfinity/dyna3#103 2025-07-21 19:26:35 +00:00
Add more test assemblies

@glen wrote in StudioInfinity/dyna3#103 (comment):

add_remove.rs has become too long and a bit diffuse in its content. The AddRemove component…

Vectornaut pushed to more-test-assemblies at Vectornaut/dyna3 2025-07-21 19:16:27 +00:00
91e4e1f414 Make the test assembly chooser its own component
Vectornaut created pull request StudioInfinity/dyna3#103 2025-07-21 07:39:56 +00:00
Add more test assemblies
Vectornaut created branch more-test-assemblies in Vectornaut/dyna3 2025-07-21 07:29:17 +00:00
Vectornaut pushed to more-test-assemblies at Vectornaut/dyna3 2025-07-21 07:29:17 +00:00
4e5cd6e4a4 Add a dodecahedral circle packing test assembly
97d61e154a Add a tridiminished icosahedron test assembly
9c22eebb46 Add an off-center test assembly
27a8cbfd69 Add a balanced test assembly
fae3f4531e Add an Irisawa hexlet test assembly
Compare 7 commits »
Vectornaut pushed to main at Vectornaut/dyna3 2025-07-21 06:15:04 +00:00
5864017e6f feat: Engine diagnostics (#92)
Vectornaut commented on pull request StudioInfinity/dyna3#92 2025-07-21 02:36:21 +00:00
feat: Engine diagnostics

@glen wrote in StudioInfinity/dyna3#92 (comment):

Is it possible to make run-examples.sh work independent of the current directory when it is…

Vectornaut pushed to diagnostics at Vectornaut/dyna3 2025-07-21 02:29:51 +00:00
edeb080745 Reduce repetition in run-examples.sh
f8e9624fe3 Make run-examples.sh less location-dependent
Compare 2 commits »
Vectornaut commented on pull request StudioInfinity/dyna3#92 2025-07-20 21:36:22 +00:00
feat: Engine diagnostics

@glen wrote in StudioInfinity/dyna3#92 (comment):

Is it possible to make run-examples.sh work independent of the current directory when it is…

Vectornaut commented on pull request StudioInfinity/dyna3#92 2025-07-20 21:04:47 +00:00
feat: Engine diagnostics

Is nbhd: tangent just a syntax for in essence renaming the nbhd member of a ConfigNeighborhood to tangent for use as a local variable?

Yes—this code [destructures](https://doc.rust-lang.or