An open API service indexing awesome lists of open source software.

https://github.com/mitchmindtree/elmesque

An attempt at porting Elm's incredibly useful, purely functional std graphics modules.
https://github.com/mitchmindtree/elmesque

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# elmesque [![Build Status](https://travis-ci.org/mitchmindtree/elmesque.svg?branch=master)](https://travis-ci.org/mitchmindtree/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](http://mitchmindtree.github.io/elmesque) or checkout [the example](https://github.com/mitchmindtree/elmesque/blob/master/examples/graphics.rs).

Visit [elm-lang.org](http://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.

```toml
[dependencies]
elmesque = "*"
```