Crate iced_graphics
source ·Expand description
A bunch of backend-agnostic types that can be leveraged to build a renderer
for iced
.
Re-exports
pub use backend::Backend;
pub use compositor::Compositor;
pub use damage::Damage;
pub use gradient::Gradient;
pub use mesh::Mesh;
pub use renderer::Renderer;
pub use iced_core as core;
Modules
- Write a graphics backend.
- Manage colors for shaders.
- A compositor is responsible for initializing a renderer and managing window surfaces.
- Track and compute the damage of graphical primitives.
- geometry
geometry
Build and draw geometry. - A gradient that can be used as a [
Fill
] for some geometry. - image
image
Load and operate on images. - Draw triangles!
- Create a renderer from a
Backend
.
Structs
- A 2D transformation matrix.
- A viewing region for displaying computer graphics.
Enums
- An antialiasing strategy.
- An error that occurred while creating an application’s graphical context.
- A rendering primitive.