https://github.com/stla/marching-cubes
The marching cubes algorithm.
https://github.com/stla/marching-cubes
computational-geometry haskell marching-cubes
Last synced: 5 months ago
JSON representation
The marching cubes algorithm.
- Host: GitHub
- URL: https://github.com/stla/marching-cubes
- Owner: stla
- License: other
- Created: 2023-02-17T19:16:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T11:07:55.000Z (almost 3 years ago)
- Last Synced: 2025-08-01T17:49:09.764Z (6 months ago)
- Topics: computational-geometry, haskell, marching-cubes
- Language: Haskell
- Homepage:
- Size: 37.1 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-cubes
[](https://github.com/stla/marching-cubes/actions/workflows/Stack-lts.yml)
[](https://github.com/stla/marching-cubes/actions/workflows/Stack-nightly.yml)
Pure Haskell implementation of the marching cubes algorithm.
See [some examples here](https://github.com/stla/isosurfaces).