Vectornaut
  • Joined on 2019-09-28
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

Vectornaut commented on issue StudioInfinity/dyna3#101 2025-07-19 03:04:51 +00:00
Stabilize the position of a sphere when changing its curvature

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

Conversely when you adjust the location of any sphere, its curvature should remain constant…

Vectornaut commented on issue StudioInfinity/dyna3#102 2025-07-19 02:56:35 +00:00
Update licensing

I haven't thought about licensing since we talked about it at the very beginning of the project. This crowdsourced license guide, apparently curated by…

Vectornaut opened issue StudioInfinity/dyna3#102 2025-07-18 23:08:33 +00:00
Update licensing
Vectornaut opened issue StudioInfinity/dyna3#101 2025-07-18 22:42:42 +00:00
Stabilize the position of a sphere when changing its curvature
Vectornaut opened issue StudioInfinity/dyna3#100 2025-07-18 21:05:58 +00:00
Nudging after a first realization fails can cause a panic
Vectornaut commented on pull request StudioInfinity/dyna3#92 2025-07-18 19:36:35 +00:00
feat: Engine diagnostics

Renaming done, in commit f1865f8. I decided not to add the type alias Configuration for DMatrix<f64>, as discussed below