marching-cubes2: Marching Cubes

[ bsd3, computational-geometry, library ] [ Propose Tags ]

The marching cubes algorithm.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), containers (>=0.6.4.1), extra (>=1.7.9), linear (>=1.21.6), matrix (>=0.3.6.1), split (>=0.2.3.4), vector (>=0.12.3.1) [details]
License BSD-3-Clause
Copyright 2023 Stéphane Laurent
Author Stéphane Laurent
Maintainer laurent_step@outlook.fr
Category Computational geometry
Home page https://github.com/stla/marching-cubes2#readme
Source repo head: git clone https://github.com/stla/marching-cubes2
Uploaded by stla at 2023-02-23T19:21:28Z
Distributions NixOS:0.1.0.0
Downloads 52 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-02-23 [all 1 reports]

Readme for marching-cubes2-0.1.0.0

[back to package description]

marching-cubes2

Stack-lts Stack-nightly

Haskell and C implementation of the marching cubes algorithm. Faster than the 'marching-cubes' library. See some examples here.