macOS
brew install voro++local Homebrew formula metadata
brew / rank 8167
3D Voronoi cell software library. Version 0.4.6 via Homebrew; verified from local package data. Also installable with debian: sudo apt install libvoro++1.
install
brew install voro++local Homebrew formula metadata
sudo apt install libvoro++1Debian stable package indexes · libvoro++1 · source: deb.debian.org
sudo dnf install voro++Fedora Rawhide package metadata · voro++ · source: dl.fedoraproject.org
sudo zypper install libvoro++0openSUSE Tumbleweed package metadata · libvoro++0 · source: download.opensuse.org
overview
3D Voronoi cell software library
history
Voro++ is Chris H. Rycroft's C++ library and command-line utility for computing three-dimensional Voronoi cells. It is aimed especially at particle-system analysis, where per-cell quantities such as volume, centroid, face count, and neighbors are useful scientific measurements.
Rycroft's Voro++ technical report is dated January 15, 2009 and describes a free software library for computing three-dimensional Voronoi cells. The project grew out of research needs in physics and materials science, especially dense particle systems such as granular materials and glasses.
Unlike libraries that primarily construct a global Voronoi mesh, Voro++ uses a direct cell-by-cell construction. The project homepage emphasizes that this approach is well suited to cell-based statistics and to special boundary conditions and walls, while the report describes C++ classes that can be incorporated into other programs plus a command-line utility exposing many standard calculations.
A later 2023 paper on a multithreaded Voro++ extension summarized the original library's historical niche: released in 2009, written in C++, serial by design, and based on computing each Voronoi cell individually. That paper treated Voro++ as a baseline worth extending for modern OpenMP parallel hardware.
Voro++ became a recognized tool in computational geometry for physics, materials science, and particle simulations. Its adoption is tied to research workflows where the cell volume or cell shape around each particle is more important than producing a global mesh for visualization.
The project's durability comes from its simple distribution model: a C++ library, documented examples, Doxygen reference documentation, and a `voro++` command-line program that can read particle coordinate files and output cell statistics. That makes it packageable for researchers who need both an executable and embeddable code.
The command-line utility reads particle systems from text files, computes Voronoi cells in a bounding box, and can append quantities such as Voronoi cell volume or neighbor information to output files. Options cover periodic boundaries, polydisperse particles through radical Voronoi tessellation, wall handling, and gnuplot-style output for smaller systems.
Library users embed the C++ classes directly when they need programmatic control over containers, cells, walls, and output formats. The package is commonly used where scientists need fast local cell statistics for many particles rather than a general-purpose geometric modeling framework.
Voro++ is package-nerd significant because it is a compact scientific codebase with a command-line front end, a library ABI/API surface, and old-school build assumptions. It sits in the useful middle ground between a research paper artifact and a reusable system package.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
voro++ | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:voro++ |
|---|---|
| Version | 0.4.6 |
| Package manager | Homebrew |
| Homepage | https://math.lbl.gov/voro++ |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libvoro++1 0.5+revert-to-0.4.6+dfsg1-1
library for the computation of the Voronoi diagram (shared library)
sudo apt install libvoro++1voro++ 0.5+revert-to-0.4.6+dfsg1-1
library for the computation of the Voronoi diagram
sudo apt install voro++voro++-dev 0.5+revert-to-0.4.6+dfsg1-1
library for the computation of the Voronoi diagram (dev files)
sudo apt install voro++-devvoro++-examples 0.5+revert-to-0.4.6+dfsg1-1
library for the computation of the Voronoi diagram (examples)
sudo apt install voro++-exampleslibvoro++1 0.5+revert-to-0.4.6+dfsg1-1
library for the computation of the Voronoi diagram (shared library)
sudo apt install libvoro++1voro++ 0.5+revert-to-0.4.6+dfsg1-1
library for the computation of the Voronoi diagram
sudo apt install voro++voro++-dev 0.5+revert-to-0.4.6+dfsg1-1
library for the computation of the Voronoi diagram (dev files)
sudo apt install voro++-devvoro++-examples 0.5+revert-to-0.4.6+dfsg1-1
library for the computation of the Voronoi diagram (examples)
sudo apt install voro++-examplesvoro++ 0.4.6-34.fc45
Library for 3D computations of the Voronoi tessellation
sudo dnf install voro++voro++-devel 0.4.6-34.fc45
voro++ headers
sudo dnf install voro++-develvoro++-doc 0.4.6-34.fc45
voro++ documentation
sudo dnf install voro++-doclibvoro++0 0.4.6-4.5
Voronoi tessellation library
sudo zypper install libvoro++0voro++ 0.4.6-4.5
Voronoi tessellation library
sudo zypper install voro++voro++-devel 0.4.6-4.5
Development headers and libraries for voro++
sudo zypper install voro++-develsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.