Crate elmesque [] [src]

This crate is an attempt at porting Elm's incredibly useful std graphics modules.

Visit elm-lang.org.

All credit goes to Evan Czaplicki for all algorithms included within.

Ported to Rust by Mitchell Nordine.

Reexports

pub use color as colour;
pub use element::Element;
pub use element::Renderer;
pub use form::Form;

Modules

color

A library providing simple Color and Gradient types along with useful transformations and presets.

element

Ported from elm-lang's Graphics.Element module

form

Ported from elm-lang's Graphics.Collage module.

text
transform_2d

Ported from elm-lang's Transform2D module

utils