sdfjs
v1.0.1
Published
"A signed distance field 3D modeler using JavaScript."
Downloads
10
Maintainers
Readme
Signed Distance Field (SDF) JavaScript Library
A Signed Distance Field 3D modeler implemented using JavaScript.
Overview
Signed Distance Fields (SDFs) represent 3D surfaces as implicit functions, which can be used to define and manipulate complex shapes. This library provides tools to perform boolean operations (intersection, union, difference) on SDFs and convertion to meshes using different algorithms.
Key features include:
- Boolean Operations: Perform intersection, union, and difference on SDFs.
- Mesh Conversion Using Surface Nets: Convertion of signed distance fields to meshes using the surface nets algorithm.
- Mesh Output as STL or OBJ: Meshes can be exported in stl or obj format.
For more information on implicit functions and SDFs, you can refer to this Wikipedia article.