| Crates.io | gypsum |
| lib.rs | gypsum |
| version | 0.1.0 |
| created_at | 2018-08-26 03:40:30.96441+00 |
| updated_at | 2018-08-26 03:40:30.96441+00 |
| description | A Rust library for drawing ASCII-style roguelike graphics targetting both native (OpenGL) and wasm (WebGL) platforms |
| homepage | |
| repository | https://github.com/IvoWingelaar/gypsum |
| max_upload_size | |
| id | 81461 |
| size | 18,617 |
A Rust library for drawing ASCII-style roguelike graphics targetting both native (OpenGL) and wasm (WebGL) platforms.
rustup default nightly
cargo run --release --example screen_quad
rustup default nightly
rustup target install wasm32-unknown-unknown
cargo install cargo-web
cargo web start --release --example screen_quad
All work in this repo is licensed under the MIT license.
See LICENSE for more information.
Partly based on some work of doryen-rs.