[][src]Crate bevy_prototype_lyon

Draw 2D shapes in Bevy.

This crate is meant to be a wrapper around the lyon crate to make it integrate with Bevy. It's far from perfect, but it's a first attempt to draw 2D shapes in Bevy.

Modules

basic_shapes

Common shapes, like rectangles, ellipses, triangles and more.

path

Types to lay out and draw paths.

prelude

Import this module as use bevy_prototype_lyon::prelude::* to get convenient imports.

Enums

TessellationMode

Determines if a shape or path must be filled or stroked.