Cargo Features

polyhedron-ops has no features set by default.

[dependencies]
polyhedron-ops = { version = "0.2.7", features = ["obj", "parser", "bevy", "nsi"] }
obj = tobj

Add support for reading/writing a mesh out as a Wavefront OBJ.

parser = pest, pest_derive

Add support for parsing Conway notation strings and turning them back into polyhedra.

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bevy implicit feature

Enables bevy ^0.10

Add support to convert a Polyhedron into a bevy Mesh.

nsi implicit feature

Enables nsi ^0.7

Add support to render polyhedra with NSI.

pest parser?
pest_derive parser?
tobj obj?

Enables tobj ^3.2.5