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

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.

Awesome Lists containing this project

README

          

# marching-cubes2

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