macOS
brew install voro++local Homebrew formula metadata
brew / 順位 8167
voro++ のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.