elmesque

Crates.ioelmesque
lib.rselmesque
version0.12.0
sourcesrc
created_at2015-03-31 10:21:35.274049
updated_at2015-12-21 15:23:16.921767
descriptionAn attempt at porting Elm's incredibly useful, purely functional std graphics modules.
homepagehttps://github.com/mitchmindtree/elmesque
repositoryhttps://github.com/mitchmindtree/elmesque.git
max_upload_size
id1746
size914,209
Emilia Bopp (milibopp)

documentation

README

elmesque Build Status

This crate is an attempt at porting Elm's incredibly useful, purely functional std graphics modules. Its useful for all kinds of 2D freeform graphics and UI design.

See the docs or checkout the example.

Visit elm-lang.org to learn more about Elm.

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

Ported to Rust by Mitchell Nordine.

Usage

Add elmesque to your cargo dependencies like so.

[dependencies]
elmesque = "*"
Commit count: 118

cargo fmt