#sphere #packing #json #density #packed #volume #proportion

app sphere_pack_from_json

A binary used to simulate sphere packing with varying discrete proportions of different sphere sizes

2 releases

0.1.1 Feb 12, 2021
0.1.0 Feb 12, 2021

#12 in #sphere

21 downloads per month

Custom license

13KB
297 lines

sphere_pack_from_json

This repository uses the implementation of sphere packing in spherical-cow to parse descriptions of spheres provided as JSON objects, and provides the resulting packing density, surface area-to-volume ratio, and number of spheres packed.

Usage

As building the binaries from source would require cargo, it's easiest to use cargo install sphere_pack_from_json to build the binaries for your specific architecture. cargo install --git https://github.com/aleph-oh/sphere_pack_from_json.git can also be used to install from this repository instead.

The input format for files to be parsed is a JSON list of objects, where each object has a name property expressible as a String, a radius property expressible as a floating point value, and a proportion property (which is an integer) with a value between 0 and 255 inclusive.

The output format is also a JSON, with properties of volume fraction (expressed as a proportion, not a percentage), surface area to volume ratio, and sphere count.

TODO

More configurations, unit tests, criterion benchmarks (?)

Dependencies

~6.5MB
~130K SLoC