An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# marching-cubes

[![Stack-lts](https://github.com/stla/marching-cubes/actions/workflows/Stack-lts.yml/badge.svg)](https://github.com/stla/marching-cubes/actions/workflows/Stack-lts.yml)
[![Stack-nightly](https://github.com/stla/marching-cubes/actions/workflows/Stack-nightly.yml/badge.svg)](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).