Skip to content

IvoWingelaar/gypsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published