Expand description
A brush for generative fine art.
Re-exports§
pub use self::shaders::ShaderProgram;
Modules§
- attributes
- canvas
- A painting surface.
- forms
- Forms.
- paint
- Paint trait and implementations.
- path
- Path types and tools.
- prelude
- Exhuastive set of imports for painting.
- shaders
- Fragment shader API.
- transforms
- Changes of form.
- uniforms
- Uniform interface for shaders.
Structs§
- Context
- The context of the current render frame.
- Gpu
- A handle to the GPU for managing buffers and shaders.
- Options
- Command line options for a painting run.
- Shader
- A shader which can be used to shade paths. See
ShaderProgram
for construction. - World
- The world in which the painting takes place.
Traits§
- Artist
- A trait for types which paint canvases.