Hacker News new | ask | show | jobs
by jacobparker 529 days ago
Coincidentally I was just reading this other wonderful post from the author https://www.mattkeeter.com/projects/constraints/
2 comments

Hah, I actually wrote a similar constrain solver that uses Fidget's evaluation + differentiation! This blog post was getting too long, so I'm going to write it up separately, but in the meantime:

demo: https://mattkeeter.com/projects/fidget/constraints

source: https://github.com/mkeeter/fidget/blob/main/demos/constraint...

docs on the solver: https://docs.rs/fidget/latest/fidget/solver/

You might be interested in http://omrelli.ug/g9/gallery/ too