Crate bly
Source Expand description
§Bly - The 2D graphics Library
§Bly is a simple 2D graphics library made in Rust.
- Canvas
- An interface to make Painter easier to use
(in fact, it is also a structure that hides Painter’s behavior to some extent)
- Painter
- Bly Drawing Context - Wrapper for Backend
- Vec4
- Mainly used to store vertex information
- Color
- Enumeration of colors defined by default.
Used to specify fill color, etc.
- create_canvas
- Initialize bly
If Backend is not supported or some error occurs during initialization, Err is returned.
- Point2