marching-cubes: Marching Cubes

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

Pure Haskell implementation of 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 array (>=0.5.4.0), 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-cubes#readme
Source repo head: git clone https://github.com/stla/marching-cubes
Uploaded by stla at 2023-02-20T11:24:14Z
Distributions NixOS:0.1.0.0
Downloads 55 total (5 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-20 [all 1 reports]

Readme for marching-cubes-0.1.0.0

[back to package description]

marching-cubes

Stack-lts Stack-nightly

Pure Haskell implementation of the marching cubes algorithm. See some examples here.