About 50 results
Open links in new tab
  1. draw - Rust - Docs.rs

    Crate draw ... draw is a simple 2D vector drawing library. Canvas is a container that defines the size and top-level components of your drawing. Drawing defines the position, style, and sub-components of a …

  2. plotters - Rust - Docs.rs

    Plotters is a drawing library designed for rendering figures, plots, and charts, in pure Rust. Plotters supports various types of back-ends, including bitmap, vector graph, piston window, GTK/Cairo and …

  3. plotchart - Rust - Docs.rs

    Plotters is drawing library designed for rendering figures, plots, and charts, in pure rust. Plotters supports various types of back-ends, including bitmap, vector graph, piston window, GTK/Cairo and …

  4. pixel_canvas - Rust - Docs.rs

    fn main() { // Configure the window that you want to draw in. You can add an event // handler to build interactive art. Input handlers for common use are // provided. let canvas = Canvas::new(512, 512) …

  5. graphics - Rust - Docs.rs

    Piston-Graphics was started in 2014 by Sven Nilsen to test back-end agnostic design for 2D in Rust. This means generic code can be reused across projects and platforms.

  6. imageproc::drawing - Rust - Docs.rs

    A surface for drawing on - many drawing functions in this library are generic over a Canvas to allow the user to configure e.g. whether to use blending. Functions

  7. plotpy - Rust - Docs.rs

    This library implements high-level functions to generate plots and drawings. Although we use Python/Matplotlib, the goal is to provide a convenient Rust library that is different than Matplotlib.

  8. drawing - Rust - Docs.rs

    Rust website The Book Standard Library API Reference Rust by Example The Cargo Guide Clippy Documentation Crate drawing

  9. nannou::draw - Rust - Docs.rs

    Drawing A Drawing in progress. Drawing Context Some context that may be optionally provided to primitives in the drawing implementation. Intermediary State State made accessible via the …

  10. draw::drawing - Rust - Docs.rs

    Structs Display List A sorted Vec of Drawings, ordered from bottom to top. Drawing A drawing composes a Shape, a DisplayList, a Position, and a Style. It’s a complete sub-tree of an overall piece of art.