marching-cubes topic

List marching-cubes repositories

isosurface

70
Stars
5
Forks
Watchers

Isosurface extraction using Marching Cubes and pure WebGL.

isosurface

65
Stars
12
Forks
Watchers

Rust algorithms for isosurface extraction

DualMarchingCuboids

60
Stars
4
Forks
Watchers

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.

KinectFusionApp

144
Stars
50
Forks
Watchers

Sample implementation of an application using KinectFusionLib

KinectFusionLib

444
Stars
78
Forks
Watchers

Implementation of the KinectFusion approach in modern C++14 and CUDA

MeshReconstruction

170
Stars
35
Forks
Watchers

Fast and light-weight Marching Cubes library in C++ without any dependencies.

Marching-Cubes-On-The-GPU

286
Stars
41
Forks
Watchers

A implementation of the marching cubes algorithm on the GPU in Unity.

Marching-Cubes-Terrain

554
Stars
79
Forks
Watchers

Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler

MoravaEngine

293
Stars
18
Forks
Watchers

2D/3D graphics engine written in C++ language. It currently supports the following graphics APIs: OpenGL 3.3+, Vulkan 1.2, DirectX 11. Its current purpose is to experiment with various CG concepts and...