Vectornaut
  • Joined on 2019-09-28
Vectornaut closed issue StudioInfinity/dyna3#54 2025-02-25 18:18:26 +00:00
Integrate engine into application prototype
Vectornaut commented on pull request StudioInfinity/dyna3#48 2025-02-24 21:39:35 +00:00
Generalize constraints to observables

I've fast-forwarded the pull request branch to Proposal 1b, so you can review!

Vectornaut pushed to observables_on_main at Vectornaut/dyna3 2025-02-24 21:38:34 +00:00
6c31a25822 Consolidate set point data
befadd25c9 Get the read-only set point signal more simply
c54b6bc165 Tie invalidity indicator to regulator input
f2e84fb64a Enforce the validity of set point specifications
bbd0835a8f Move set point spec validation into Regulator
Compare 7 commits »
Vectornaut commented on pull request StudioInfinity/dyna3#48 2025-02-24 19:41:26 +00:00
Generalize constraints to observables

1b replaces Option<SetPointStruc> in which the Some() variant, as must be the case, has a single item payload which is a struct with spec and value, by basically a roll-our-own option in which…

Vectornaut commented on pull request StudioInfinity/dyna3#48 2025-02-24 07:55:06 +00:00
Generalize constraints to observables

On Thursday (February 20), we decided to implement a variant of Proposal 1, which we called Proposal 1a. The idea was to make the set point an…

Vectornaut pushed to regulators-always-valid at Vectornaut/dyna3 2025-02-24 07:52:14 +00:00
6c31a25822 Consolidate set point data
Vectornaut commented on pull request StudioInfinity/dyna3#48 2025-02-20 09:54:18 +00:00
Generalize constraints to observables

It also forces client code to unwrap an Option, even when they know, because they checked in the sanctioned way, that there is a set point.

That's a good point: the assembly module's…

Vectornaut commented on pull request StudioInfinity/dyna3#48 2025-02-19 21:30:27 +00:00
Generalize constraints to observables

Single source of truth about whether there's a set point

The simplification is precisely: only having one way to check whether there is a set point.

I agree that it would be good to…

Vectornaut commented on pull request StudioInfinity/dyna3#48 2025-02-19 19:47:19 +00:00
Generalize constraints to observables

For the design to be maintainable in the long run, there can only be one authoritative location of the truth of what a Regulator is set to. […] Therefore, any f64 accessible from a Regulator…

Vectornaut commented on pull request StudioInfinity/dyna3#48 2025-02-19 11:12:48 +00:00
Generalize constraints to observables

Setting regulators' private fields

Am I more or less correct in thinking of the pub items in the Regulator struct as the public member data [fields], the other items in the Regulator…

Vectornaut pushed to regulators-always-valid at Vectornaut/dyna3 2025-02-19 10:45:36 +00:00
befadd25c9 Get the read-only set point signal more simply
Vectornaut commented on pull request StudioInfinity/dyna3#48 2025-02-18 21:54:12 +00:00
Generalize constraints to observables

I've now implemented this behavior change in a way that I think is consistent with our meeting discussions on February 13…

Vectornaut created branch regulators-always-valid in Vectornaut/dyna3 2025-02-18 21:42:41 +00:00
Vectornaut pushed to regulators-always-valid at Vectornaut/dyna3 2025-02-18 21:42:41 +00:00
c54b6bc165 Tie invalidity indicator to regulator input
f2e84fb64a Enforce the validity of set point specifications
bbd0835a8f Move set point spec validation into Regulator
302d93638d Require regulators to have valid specifications
fef4127f69 Only sync regulator inputs on change
Compare 5 commits »
Vectornaut commented on issue StudioInfinity/dyna3#36 2025-02-18 05:58:45 +00:00
Write a constructor for Regulator

Yes, I think it should be renamed once #48 is merged. At that point, we could change the description to say "as of #48" and update to the terminology of #48.

Vectornaut closed issue StudioInfinity/dyna3#17 2025-02-17 23:43:09 +00:00
Set console error panic hook
Vectornaut commented on issue StudioInfinity/dyna3#17 2025-02-17 23:43:03 +00:00
Set console error panic hook

Addressed in passing by pull request #29.

Vectornaut commented on issue StudioInfinity/dyna3#33 2025-02-17 23:37:50 +00:00
Counterbalanced nudges move the kaleidocycle's center of mass

Addressed by pull request #34, which adds examples/kaleidocycle.rs for confirmation.

Vectornaut closed issue StudioInfinity/dyna3#33 2025-02-17 23:37:50 +00:00
Counterbalanced nudges move the kaleidocycle's center of mass
Vectornaut commented on issue StudioInfinity/dyna3#53 2025-02-17 23:23:42 +00:00
Prototype entity list view

Addressed by pull request #14.