New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sdfjs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sdfjs

"A signed distance field 3D modeler using JavaScript."

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

License

GNU GENERAL PUBLIC LICENSE (GNU)

Keywords

sdf

FAQs

Package last updated on 14 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts