gypsum 0.1.0

A Rust library for drawing ASCII-style roguelike graphics targetting both native (OpenGL) and wasm (WebGL) platforms
Documentation
  • Coverage
  • 0%
    0 out of 10 items documented0 out of 7 items with examples
  • Size
  • Source code size: 48.26 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.13 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 35s Average build duration of successful builds.
  • all releases: 35s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • IvoWingelaar/gypsum
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • IvoWingelaar

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.