Fidget
11–20 of 57 posts
Re: Fidget
#12Coincidentally I was just reading this other wonderful post from the author https://www.mattkeeter.com/projects/constraints/
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/
Re: Fidget
#13Coincidentally I was just reading this other wonderful post from the author https://www.mattkeeter.com/projects/constraints/
Re: Fidget
#14Matt is a constant source of inspiration. Congrats on the new project Matt!
Re: Fidget
#15Honestly I'm tempted to just toss everything away and replace it with (a reimplementation of) this. Dunno if I should be happy or sad about that.
Re: Fidget
#16Re: Fidget
#17I particularly love this corner of CS because there's something for everyone – data structures and algorithms, low-level performance work, compilers, rendering / computer graphics, UI/UX for design tools, GPGPU programming, and more!
I'll be answering questions in the threads as I see them, but feel free to connect on social media (https://mattkeeter.com/links/) or follow my blog's RSS feed for further updates (https://mattkeeter.com/atom.xml)
Re: Fidget
#18Re: Fidget
#19Here is a thought experiment. What if 3D printers support implicit representation natively. Resin printers are basically physical marching cube machines. FSM would need an algorithm for following contours but should be doable.
The code is simple and hacky as hell -- very much an experiment -- but I still think that it is a plausible route forward. https://github.com/daeken/AjaPrint