Hacker News new | ask | show | jobs
by FeepingCreature 178 days ago
See also my site fncad https://fncad.github.io ! It's basically intended as "SDFs in your browser with realtime preview with openscad-like syntax". I mostly use it for 3d models for printing.

What do you use for sdf meshing? I never really got the perf where I wanted it.

1 comments

It's explained in the README. The SDF is evaluated on whole batches of points (32x32x32 tiles by default) using numpy. (And it's multithreaded.)
So uniform sampling? And then I guess marching cubes or sth?
I see you still haven't read the README.
marching cubes yep.