Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliageometry/meshing.jl
Meshing and isosurface extraction algorithms
https://github.com/juliageometry/meshing.jl
isosurface-extraction marching-cubes marching-tetrahedra meshing-algorithms surface-nets
Last synced: about 1 month ago
JSON representation
Meshing and isosurface extraction algorithms
- Host: GitHub
- URL: https://github.com/juliageometry/meshing.jl
- Owner: JuliaGeometry
- License: other
- Created: 2015-08-30T00:23:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T12:03:42.000Z (6 months ago)
- Last Synced: 2024-07-12T13:55:29.006Z (6 months ago)
- Topics: isosurface-extraction, marching-cubes, marching-tetrahedra, meshing-algorithms, surface-nets
- Language: Julia
- Homepage:
- Size: 1.47 MB
- Stars: 57
- Watchers: 6
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Meshing
## Documentation
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaGeometry.github.io/Meshing.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGeometry.github.io/Meshing.jl/dev)## Build
[![CI](https://github.com/JuliaGeometry/Meshing.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaGeometry/Meshing.jl/actions/workflows/CI.yml)
[![codecov.io](http://codecov.io/github/JuliaGeometry/Meshing.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGeometry/Meshing.jl?branch=master)## About
This package provides a comprehensive suite of meshing (isosurface extraction) algorithms for use on distance fields and other structured datasets.
Algorithms included:
* [Marching Tetrahedra](https://en.wikipedia.org/wiki/Marching_tetrahedra)
* [Marching Cubes](https://en.wikipedia.org/wiki/Marching_cubes)
* [Naive Surface Nets](https://0fps.net/2012/07/12/smooth-voxel-terrain-part-2/)![Gyroid Image](https://raw.githubusercontent.com/JuliaGeometry/Meshing.jl/master/docs/src/img/gyroid.png)
## License
Available under the MIT "Expat" License, see [LICENSE.md](./LICENSE.md)