flo_canvas

Crates.ioflo_canvas
lib.rsflo_canvas
version0.3.1
sourcesrc
created_at2018-03-17 14:17:31.891331
updated_at2023-03-11 12:11:23.034909
descriptionLibrary for describing graphics context drawing actions without requiring a specific implementation
homepage
repositoryhttps://github.com/Logicalshift/flo_draw
max_upload_size
id56117
size1,005,532
Andrew Hunter (Logicalshift)

documentation

README

flo_canvas = "0.3"

flo_canvas

flo_canvas is a library that provides a way to describe 2D drawings, without providing any concrete implementation of how those drawings should be rendered. It supports streaming updates to allow canvases to be displayed in any user interface library that understands the Draw instructions, and it provides a serialization and deserialization mechanism for sending canvas instructions to other applications.

This library was designed to support FlowBetween, an interactive animation editor. However, it has several implementations that make it useful outside that context. In particular, the flo_draw crate provides a straightforward way to render canvases into a window. flo_render and flo_render_canvas combine to provide a general-purpose way of rendering 2D canvases using modern 3D-accellerated graphics hardware: this includes the ability to render canvases off-screen to a bitmap on Linux, OS X and Windows systems.

FlowBetween itself has some implementations that are not quite so accessible but may still be of interest. In particular canvas.js provides an implementation of flo_canvas in javascript, suitable for rendering to a HTML canvas.

Commit count: 2031

cargo fmt