macOS
brew install voro++local Homebrew formula metadata
安装
brew install voro++local Homebrew formula metadata
sudo apt install libvoro++1Debian stable package indexes · libvoro++1 · 来源: deb.debian.org
sudo dnf install voro++Fedora Rawhide package metadata · voro++ · 来源: dl.fedoraproject.org
sudo zypper install libvoro++0openSUSE Tumbleweed package metadata · libvoro++0 · 来源: download.opensuse.org
概览
3D Voronoi cell software library
历史
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.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
voro++ | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:voro++ |
|---|---|
| 版本 | 0.4.6 |
| 软件包管理器 | Homebrew |
| 主页 | https://math.lbl.gov/voro++ |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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++-devel来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.