https://github.com/stla/marching-cubes2
The marching cubes algorithm.
https://github.com/stla/marching-cubes2
c computational-geometry haskell marching-cubes
Last synced: 10 months ago
JSON representation
The marching cubes algorithm.
- Host: GitHub
- URL: https://github.com/stla/marching-cubes2
- Owner: stla
- License: other
- Created: 2023-02-23T09:37:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T14:49:57.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T08:40:19.542Z (10 months ago)
- Topics: c, computational-geometry, haskell, marching-cubes
- Language: C
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# marching-cubes2
[](https://github.com/stla/marching-cubes2/actions/workflows/Stack-lts.yml)
[](https://github.com/stla/marching-cubes2/actions/workflows/Stack-nightly.yml)
Haskell and C implementation of the marching cubes algorithm.
Faster than the 'marching-cubes' library.
See [some examples here](https://github.com/stla/isosurfaces2).