All Projects → planaria → dmc

planaria / dmc

Licence: BSD-3-Clause license
Dual Marching Cubes Implementation in C++

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to dmc

isosurface
Isosurface extraction using Marching Cubes and pure WebGL.
Stars: ✭ 66 (+46.67%)
Mutual labels:  marching-cubes, isosurface-extraction
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.
Stars: ✭ 32 (-28.89%)
Mutual labels:  marching-cubes, dual-marching-cubes
Meshing.jl
Meshing and isosurface extraction algorithms
Stars: ✭ 46 (+2.22%)
Mutual labels:  marching-cubes, isosurface-extraction
isosurface
Rust algorithms for isosurface extraction
Stars: ✭ 51 (+13.33%)
Mutual labels:  marching-cubes, isosurface-extraction
zmesh
Marching Cubes & Mesh Simplification on multi-label 3D images.
Stars: ✭ 37 (-17.78%)
Mutual labels:  mesh-generation, marching-cubes
Unity3D-Coding-Examples
Various case-studies in Unity3D
Stars: ✭ 91 (+102.22%)
Mutual labels:  geometry
vec
Vector graphics software to generate HPGL output to drive a plotter
Stars: ✭ 19 (-57.78%)
Mutual labels:  geometry
elm-geometry-svg
Render 2D elm-geometry types as SVG
Stars: ✭ 40 (-11.11%)
Mutual labels:  geometry
geok
Kotlin geometry library
Stars: ✭ 29 (-35.56%)
Mutual labels:  geometry
martinez-src
Mirrored implementations of polygon clipping/CSG/operations algorithm, in C (original, by Martínez et al) and ActionScript3 (port, by Mahir Iqbal)
Stars: ✭ 34 (-24.44%)
Mutual labels:  geometry
classy blocks
Python classes for easier creation of OpenFOAM's blockMesh dictionaries.
Stars: ✭ 53 (+17.78%)
Mutual labels:  geometry
jigsaw-matlab
MATLAB bindings for JIGSAW: a Delaunay-based unstructured mesh generator.
Stars: ✭ 57 (+26.67%)
Mutual labels:  mesh-generation
DynamicalBilliards.jl
An easy-to-use, modular, extendable and absurdly fast Julia package for dynamical billiards in two dimensions.
Stars: ✭ 97 (+115.56%)
Mutual labels:  geometry
naive-surface-nets
Implements a simple, readable naive surface nets algorithm
Stars: ✭ 31 (-31.11%)
Mutual labels:  mesh-generation
Point2Mesh
Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance (ECCV2020)
Stars: ✭ 61 (+35.56%)
Mutual labels:  mesh-generation
batyr
Microservice for on-demand synchronization of geographical vector datasources to a PostgreSQL/PostGIS database. The service provides an HTTP API for easy integration into other applications.
Stars: ✭ 25 (-44.44%)
Mutual labels:  geometry
vexed-generation
Polymorphic helper functions & geometry ops for Houdini VEX / OpenCL
Stars: ✭ 32 (-28.89%)
Mutual labels:  geometry
PointProjector
A simple Cinema 4D plugin that non-destructively projects the points of a spline or polygon object on geometry.
Stars: ✭ 20 (-55.56%)
Mutual labels:  geometry
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (-37.78%)
Mutual labels:  geometry
GIBBON
The Geometry and Image-Based Bioengineering add-On for MATLAB
Stars: ✭ 132 (+193.33%)
Mutual labels:  geometry

dmc

Dual Marching Cubes Implementation in C++
reference

cube

Features

  • Header-only
    #include <dmc/dmc.hpp>

Requirements

Supported Compilers

  • Visual Studio 2017
  • Clang (>=3.8.1)

External Libraries

  • Boost C++ Libraries (>= 1.64.0)
  • Eigen (>= 3.3.3)

License

The BSD 3-Clause License (see LICENSE)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].