Crate bevy_lyon

Source

Re-exports§

pub use lyon::math;

Modules§

mesh_builder
shapes
Shapes for easily constructing basic meshes with LyonMeshBuilder.

Structs§

BevyVertex
Contains all the vertex information needed by bevy to correctly create a mesh.
LyonMeshBuilder
Builder that provides customizable functionality to create lyon tessellated meshes and build them so bevy can consume them.

Traits§

LyonShapeBuilder
Represents something capable of being built into a shape with the LyonMeshBuilder.

Type Aliases§

BevyBuffersBuilder
Type alias for a BuffersBuilder that contains the information to properly convert lyon points to BevyVertex’s and BevyIndex’s.
BevyIndex
Type alias for the type of a mesh index in bevy.
BevyVertexBuffers
Type alias for a VertexBuffers of BevyVertex’s and BevyIndex’s.