Package: rmarchingcubes 0.1.4

S. H. Wilks

rmarchingcubes: Calculate 3D Contour Meshes Using the Marching Cubes Algorithm

A port of the C++ routine for applying the marching cubes algorithm written by Thomas Lewiner et al. (2012) <doi:10.1080/10867651.2003.10487582> into an R package. The package supplies the contour3d() function, which takes a 3-dimensional array of voxel data and calculates the vertices, vertex normals, and faces for a 3d mesh representing the contour(s) at a given level.

Authors:S. H. Wilks [aut, cre], Thomas Lewiner [aut]

rmarchingcubes_0.1.4.tar.gz
rmarchingcubes_0.1.4.tar.gz(r-4.7-arm64)rmarchingcubes_0.1.4.tar.gz(r-4.7-x86_64)rmarchingcubes_0.1.4.tar.gz(r-4.6-arm64)rmarchingcubes_0.1.4.tar.gz(r-4.6-x86_64)
rmarchingcubes_0.1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
rmarchingcubes/json (API)
NEWS

# Install 'rmarchingcubes' in R:
install.packages('rmarchingcubes', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/shwilks/rmarchingcubes/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

openblascpp

4.12 score 1 stars 2 packages 44 scripts 631 downloads 1 exports 2 dependencies

Last updated from:6fc1fba1c6. Checks:6 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK141
linux-devel-x86_64OK138
source / vignettesOK183
linux-release-arm64OK137
linux-release-x86_64OK140
wasm-releaseOK117

Exports:contour3d

Dependencies:RcppRcppArmadillo

Calculating 3d contours

Rendered fromcalculating_3d_contours.Rmdusingknitr::rmarkdownon May 28 2026.

Last update: 2021-06-16
Started: 2021-06-16