dual-contouring
There are 19 repositories under dual-contouring topic.
Tuntenfisch/Voxels
GPU-based implementation of Dual Contouring in Unity for destructible voxel terrain.
nickgildea/leven
Complete source for my experimental voxel engine
andygeers/DualMarchingCuboids
A dual Marching Cubes method using cuboids, based on greedy meshing. Suitable for use with a uniform grid of data derived from multiple depth maps.
Dmajster/surface_nets
Pet project to learn compute shaders.
Russoul/Voxelized3D-Rust
experimental voxel engine that uses dual contouring written in rust
proton2/java-leven
Nick Gildea Dual Contouring Java LWJGL implementation
Russoul/voxelized3d
experimental 3D voxel engine, uses different derivatives of dual contouring algorithm
Tsarpf/procgen
Real-time meshing the contours of 3D scalar fields with the dual contouring algorithm in plain C++ and OpenGL/CUDA. Along with seam handling and growable octrees.
elemel/qef-csharp
C# port of nickgildea/qef
krwc/volume-modeler
OpenCL implementation of dual contouring
HeartofTheForce/Isosurface
C++ OpenGL Multithreaded Dual Contouring
jbayardo/tao-ju-dual-contouring
Tao Ju's original C++ implementation, with CMake (compiles on Linux)
WilstonOreo/sdf2mesh
Convert SDFs to triangle meshes using wgpu and dual contouring
proton2/Manifold-dual-contouring-Java
Java version of Manifold Dual contouring author John Lin20 https://github.com/Lin20/isosurface
Danielmelody/KdtreeISO
Implementation of Discrete k-d Tree Hierarchy for Isosurface Extraction
Adam-Gleave/voxbox
Voxel engine, written in C++, using OpenGL.
ReinardKuroi/Untitled-Unity3D-Worldgen
Procedural generation of meshes
risb21/AR-3D-Plot
AR application that recognizes 3D formulae and visualizes them in an AR environment
fayolle/dual_contouring
An implementation of the dual contouring algorithm in Java