macOS
brew install voro++local Homebrew formula metadata
brew / Rang 8167
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für voro++ in AI-Agent-Workflows.
Installation
brew install voro++local Homebrew formula metadata
sudo apt install libvoro++1Debian stable package indexes · libvoro++1 · Quelle: deb.debian.org
sudo dnf install voro++Fedora Rawhide package metadata · voro++ · Quelle: dl.fedoraproject.org
sudo zypper install libvoro++0openSUSE Tumbleweed package metadata · libvoro++0 · Quelle: download.opensuse.org
Überblick
3D Voronoi cell software library
Verlauf
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.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
voro++ | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:voro++ |
|---|---|
| Version | 0.4.6 |
| Paketmanager | Homebrew |
| Homepage | https://math.lbl.gov/voro++ |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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++-develQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.