gypsum

Crates.iogypsum
lib.rsgypsum
version0.1.0
sourcesrc
created_at2018-08-26 03:40:30.96441
updated_at2018-08-26 03:40:30.96441
descriptionA Rust library for drawing ASCII-style roguelike graphics targetting both native (OpenGL) and wasm (WebGL) platforms
homepage
repositoryhttps://github.com/IvoWingelaar/gypsum
max_upload_size
id81461
size18,617
Ivo Wingelaar (IvoWingelaar)

documentation

https://docs.rs/gypsum

README

Gypsum

Build Status

A Rust library for drawing ASCII-style roguelike graphics targetting both native (OpenGL) and wasm (WebGL) platforms.

Running

Native

rustup default nightly
cargo run --release --example screen_quad

Wasm

rustup default nightly
rustup target install wasm32-unknown-unknown
cargo install cargo-web
cargo web start --release --example screen_quad

License

All work in this repo is licensed under the MIT license. See LICENSE for more information. Partly based on some work of doryen-rs.

Commit count: 16

cargo fmt