Marching-Cubes
Mesh generator
An implementation of the Marching Cubes algorithm in Unity using C# to generate 3D mesh representations from volumetric data
Coding Adventure
1k stars
44 watching
190 forks
Language: C#
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
samfromcadott/brutus | Generates 3D meshes from volumetric data using marching cubes algorithm | 5 |
seblague/path-creator | A Unity game development asset that generates paths for 3D environments. | 1,821 |
karimnaaji/aobaker | A tool that generates texture coordinates and ambient occlusion maps from 3D meshes. | 7 |
seblague/clouds | A simple Unity plugin for rendering clouds using raymarching | 863 |
cpmech/tritet | Generates 2D and 3D meshes, specifically triangulations and tetrahedra | 8 |
fangq/iso2mesh | A MATLAB-based toolbox for generating high-quality 3D meshes from volumetric images | 182 |
meshpro/pygalmesh | Provides a Python interface to CGAL's meshing tools for generating high-quality meshes from 2D and 3D constraints and shapes. | 598 |
whinarn/unitymeshsimplifier | Mesh simplification for Unity, using the Fast Quadric Mesh Simplification algorithm rewritten in C# | 1,751 |
seblague/chess-coding-adventure | A C# implementation of a chess bot capable of beating human opponents in various games | 1,438 |
elfnor/mesh_maze | A tool to generate mazes within 3D meshes using a recursive back tracker algorithm | 192 |
seblague/chess-challenge | A challenge to build and test small chess bots in C# | 1,780 |
meshpro/meshzoo | A tool for generating meshes of simple geometric shapes for finite element methods | 325 |
jamis/csmazes | An animation-based library demonstrating various maze generation algorithms | 393 |
meshpro/dmsh | A Python library for generating high-quality 2D meshes | 210 |
gradientspace/geometry3sharp | A C# library for geometric computing and mesh algorithms | 1,720 |