Amarcolina / NativeSDF
Evaluate signed-distance-fields with speed using Unity Jobs and Burst
☆103Updated 2 years ago
Alternatives and similar repositories for NativeSDF:
Users that are interested in NativeSDF are comparing it to the libraries listed below
- Examples of how to draw a procedural triangle in Unity3D☆61Updated last year
- Enhanced Texture Previewer for Unity☆75Updated 4 years ago
- ComputeShader implementation trails for Unity☆140Updated 8 months ago
- Signed Distance Field (SDF) texture generator for Unity.☆87Updated 6 months ago
- Mesh volume sampler with voxelizer & 3D poisson disk sampling for Unity.☆108Updated 6 years ago
- Fur rendering in Unity with Shell Texturing☆53Updated 4 months ago
- Vertex animation with C# Job System and new Mesh API☆110Updated 5 years ago
- Voronoi mesh generator☆86Updated 2 years ago
- Optimized blur for Unity using compute shaders☆32Updated 5 years ago
- 🌐 First-class Mesh debugging tools for Unity☆118Updated last year
- All the ways to efficiently render 1 Million cubes in Unity3d (I could think of).☆56Updated 5 years ago
- Cached Shadow Map Solution for Unity☆79Updated 3 years ago
- ☆62Updated 5 years ago
- Node library for ShaderGraph☆34Updated 4 years ago
- A small and fast post processing stack (only one pass) targeting mobile and mobile VR for Unity☆70Updated 6 years ago
- Baking spline deformation to a texture then applying it to a mesh via a shader.