Forked FreeCAD and made a “cursor for cad” prototype that can export STEP files with iterable geometry.
I’m a mechanical engineer so I know how users would actually interact with this + what’s needed
who wants to give me money to build this /collab there’s a lot more to be done
made a little baby meshmixer app...
(if you think I should turn this into a real thing you can use, maybe drop by the gradientspace discord and let me know...)
New blog post! You might've noticed that I was into water simulation lately. In this article I explain the method I used and why I need this simulation in the first place.
https://t.co/XfDT42VL6T
I'm late for ~7 months, but I've finally published my C++ & WebGPU raytracer on GitHub! I've tried to keep the code fairly commented and readable.
It works pretty well, but I've never managed to make refractions work with VNDF. Maybe another time :)
https://t.co/isdcSFVLTn
Concurrency is the composition of independently executing computations.
Concurrency is a way to structure software, particularly as a way to write clean code that interacts well with the real world.
It is not parallelism