API: SHAPES

HTML views

/shapes
/shapes/icosa
/shapes/tetra
...
/shapes/all
JSON output

/api/shapes?shape=icosa
/api/shapes?shape=tetra
...
/api/shapes?shape=all


Polyhedrons: Platonics + Dual Combos such as Rhombic Triacontahedron


hexapent
Hexapent, dual of a geodesic sphere, generated by Antiprism (antiprism.com)
converted from .off to .pov (utility included) and rendered in Povray on a Raspberry Pi (August, 2016)

Antiprism + POV-Ray on a Raspberry Pi
geodesic -F 6 -c 2,1 std_ico -o testfile.off
off2pov -Oa -E xFF4500 -B0 -o testfile.pov testfile.off
povray -itestfile.pov +FN +A0.4 +W1280 +H960