elmesque 0.0.2

An attempt at porting Elm's incredibly useful, purely functional std graphics modules.
docs.rs failed to build elmesque-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: elmesque-0.12.0

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.

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.

ToDo

  • Port Graphics.Element
  • Port Graphics.Input
  • examples/test.rs

Usage

Add elmesque to your cargo dependencies like so.

[dependencies]
elmesque = "*"