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.

    Language:C++294191963
  • 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.

    Language:C#27111428
  • danielshervheim/unity-sdf-generator

    A Unity tool to generate signed distance field volumes (as Texture3D assets) from meshes.

    Language:ShaderLab16610020
  • InteractiveComputerGraphics/TriangleMeshDistance

    Header only, single file, simple and efficient C++11 library to compute the signed distance function (SDF) to a triangle mesh

    Language:C++16510414
  • sdf

    sungiant/sdf

    Sphere tracing signed distance functions.

    Language:Scala110207
  • Magnus2/MeshSdf

    Signed Distance Function from triangle mesh.

    Language:C++924112
  • light2D

    Robert-K/light2D

    Realtime 2D Raytracing in Unity using Signed Distance Fields 💡

    Language:ShaderLab815112
  • cheind/sdftoolbox

    Vectorized Python methods for creating, manipulating and tessellating signed distance fields.

    Language:Python49103
  • diharaw/sdf-baking

    An OpenGL sample that demonstrates baking SDFs and using them to add Soft Shadows and Ambient Occlusion to a rasterized scene.

    Language:C++49219
  • HiroIshida/voxbloxpy

    standalone and "ros-free" python wrapper of voxblox (online SDF generator from point clouds)

    Language:C++17131
  • Consti10/RenderingX

    Playground for OpenGL ES 2.0/3.0 (VR) rendering

    Language:C++16298
  • sanowar-raihan/meta-neus

    Meta-Learning for Neural Implicit Surface of Object Categories

    Language:Python7102
  • nikvoronin/GLDETK

    Ray marching FPS like playground w/ physics

    Language:C#4200
  • peterropac/Aegolius

    Signed Distance Function (SDF) based Python package for procedural construction of geometry.

    Language:Jupyter Notebook4200
  • OscarSaharoy/SDF-Renderer

    WebGL renderer for raymarching of signed distance fields

    Language:JavaScript3301
  • AkshayPatil1994/GenSDF

    GenSDF: An MPI-Fortran based signed-distance-field generator for computational fluid dynamics applications.

    Language:Fortran2
  • fayolle/sardf

    An implementation of the paper "Constructive heterogeneous object modeling using signed approximate real distance functions"

    Language:C00