signed-distance-fields
There are 17 repositories under signed-distance-fields topic.
InteractiveComputerGraphics/Discregrid
A static C++ library for the generation of discrete functions on a box-shaped domain. This is especially suited for the discretization of signed distance fields.
EmmetOT/IsoMesh
IsoMesh is a group of related tools for Unity for converting meshes into signed distance field data, raymarching signed distance fields, and extracting signed distance field data back to meshes via surface nets or dual contouring.
danielshervheim/unity-sdf-generator
A Unity tool to generate signed distance field volumes (as Texture3D assets) from meshes.
InteractiveComputerGraphics/TriangleMeshDistance
Header only, single file, simple and efficient C++11 library to compute the signed distance function (SDF) to a triangle mesh
sungiant/sdf
Sphere tracing signed distance functions.
Magnus2/MeshSdf
Signed Distance Function from triangle mesh.
Robert-K/light2D
Realtime 2D Raytracing in Unity using Signed Distance Fields 💡
cheind/sdftoolbox
Vectorized Python methods for creating, manipulating and tessellating signed distance fields.
diharaw/sdf-baking
An OpenGL sample that demonstrates baking SDFs and using them to add Soft Shadows and Ambient Occlusion to a rasterized scene.
HiroIshida/voxbloxpy
standalone and "ros-free" python wrapper of voxblox (online SDF generator from point clouds)
Consti10/RenderingX
Playground for OpenGL ES 2.0/3.0 (VR) rendering
sanowar-raihan/meta-neus
Meta-Learning for Neural Implicit Surface of Object Categories
nikvoronin/GLDETK
Ray marching FPS like playground w/ physics
peterropac/Aegolius
Signed Distance Function (SDF) based Python package for procedural construction of geometry.
OscarSaharoy/SDF-Renderer
WebGL renderer for raymarching of signed distance fields
AkshayPatil1994/GenSDF
GenSDF: An MPI-Fortran based signed-distance-field generator for computational fluid dynamics applications.
fayolle/sardf
An implementation of the paper "Constructive heterogeneous object modeling using signed approximate real distance functions"