#elm #graphics #2d #shape #ui #shapes

elmesque

An attempt at porting Elm's incredibly useful, purely functional std graphics modules

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

#845 in Graphics APIs

Download history 56/week @ 2024-02-24 2/week @ 2024-03-02

58 downloads per month
Used in 2 crates

MIT license

1MB
1K SLoC

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 = "*"

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
~25K SLoC