Crate lyon [−] [src]
Lyon
2d rendering on the GPU in rust.
Crates
- lyon_tessellation (Documentation): Path tessellation routines.
- lyon_path_builder (Documentation): Tools to facilitate building paths.
- lyon_path_iterator (Documentation): Tools to facilitate iteratring over paths.
- lyon_path (Documentation): A simple optional path datat structure, provided for convenience.
- lyon_bezier (Documentation): Cubic and Quadratic 2d bezier math.
- lyon_extra (Documentation): Additional testing and debugging tools.
- lyon_core (Documentation): Common types to most lyon crates.
This crate is just a meta-crate, reexporting the crates listed above.
Additional documentation
The is some useful documentaion on the project's wiki.
Reexports
pub extern crate lyon_core; |
pub extern crate lyon_path; |
pub extern crate lyon_path_builder; |
pub extern crate lyon_path_iterator; |
pub extern crate lyon_tessellation; |
pub extern crate lyon_bezier; |
pub extern crate lyon_extra; |
pub use lyon_core::*; |
Modules
| bezier | |
| extra | |
| path | |
| path_builder | |
| path_iterator | |
| tessellation |