25 releases (12 breaking)
Uses old Rust 2015
0.12.0 | Dec 21, 2015 |
---|---|
0.10.2 | Nov 10, 2015 |
0.3.0 | Jul 9, 2015 |
0.0.3 | Mar 31, 2015 |
#966 in Graphics APIs
79 downloads per month
Used in 2 crates
1MB
1K
SLoC
elmesque
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 = "*"
lib.rs
:
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.
Dependencies
~1.5MB
~26K SLoC