1 unstable release
Uses old Rust 2015
0.1.0 | Aug 26, 2018 |
---|
#37 in #rogue-like
18KB
443 lines
Gypsum
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.
Dependencies
~4–14MB
~184K SLoC