Ascii roguelike library in rust with native and wasm support. Uses the uni-gl and uni-app crates from the unrust game engine.
diff
+ [x] GLSL renderer
+ [x] RGBA, RGB and greyscale fonts
+ [x] mouse input
+ [x] keyboard input
+ [x] subcell resolution
+ [x] PNG image blitting
+ [x] unicode support
Visual demo![]() |
Basic real-time walking @![]() |
Performance test![]() |
Fonts demo![]() |
Unicode demo![]() |
Console blitting demo![]() |
Image blitting demo![]() |
Subcell resolution demo![]() |
Transparent console demo![]() |
Text input demo![]() |
toml
[dependencies]
doryen-rs="*"
Check the examples and documentation for more information.
native compilation
cargo run --example basic
web compilation
cargo install --force cargo-web
cargo web start --example basic
This code is released under the MIT license.
You can contribute to this library through pull requests. If you do so, please update the CHANGELOG.md and CREDITS.md files. If you provide a new feature, consider adding an example as a tutorial/showcase.