sdf
sdf copied to clipboard
Simple SDF mesh generation in Python
Hello @fogleman , This seems like a wonderful library, however its not totally obvious how to build a system against it, other thank forking or referencing a specific git commit....
Documentation says: ``` f = capped_cylinder(-Z, Z, 0.5) ``` But what are the first and the second arguments? I assume `Z` is an axis designator? Why does it need to...
Thank you for the wonderful starting pad. I've been working on making this useful for doing machining work for my workbench, and thought I should present all the changes to...
Just wanted to mention that I'm working on an implementation of the openscad language that uses this as the backend. Still quite early, but you can see that here: https://github.com/traverseda/PySdfScad...
Couldn't find a way to replicate this with the existing API
Dear developer, I am trying to convert a point cloud to an SDF object. I have an array of XYZs. I have been trying the following: ``` from sdf import...
I am working on a complex fractal mesh and noticed that my threadripper is being woefully under-utilized. Looking at the process manager I can see that the 48 workers reported...
Hi, This is not an issue, just a proposal to include isolines as other [2D representations of SDF](https://iquilezles.org/articles/distfunctions2d/). Change this To something like this  The change in code is...
This PR converts from setup.py to pyproject.toml. Also uses Github CI to publish on Pypi. It uses https://github.com/pypa/gh-action-pypi-publish to publish. You'll need to create a new user on [Pypi](https://pypi.org). Create...
Hey Michael! This PR doesn't necessarily need to be merged, but I wanted to share with you one of my tinkerings -- I've managed to turn Visual Studio Code into...