Crates.io | voro_rs |
lib.rs | voro_rs |
version | 0.3.0 |
source | src |
created_at | 2024-07-09 18:23:41.464984 |
updated_at | 2024-07-23 05:02:22.354012 |
description | A Rust binding for voro++ library |
homepage | |
repository | https://github.com/LogicFan/voro_rs |
max_upload_size | |
id | 1297372 |
size | 662,115 |
A Rust binding for voro++ library.
This binding has been tested on Windows, Linux and MacOS.
Here is the list of classes/functions plan to have a high-level binding in rust.
voronoicell
/voronoicell_neighbor
wall_sphere
/wall_plane
/wall_cylinder
/wall_cone
wall_list
container
/container_poly
c_loop_all
/c_loop_subset
/c_loop_order
particle_order
container_periodic
/container_periodic_poly
c_loop_all_periodic
/c_loop_order_periodic
pre_container
/pre_container_poly
Voro++ is a open source software library for the computation of the Voronoi diagram, a widely-used tessellation that has applications in many scientific fields. Read more details here.