doryen-rs

Build Status Documentation crates.io

Ascii roguelike library in rust with native and wasm support. Uses the uni-gl and uni-app crates from the unrust game engine.

Demos : * Basic real-time walking @

basic

perf

fonts

unicode

blit

image

subcell

status

diff + [x] GLSL renderer: stable + [x] RGBA, RGB and greyscale fonts : stable + [x] mouse input : stable + [x] subcell resolution : stable + [x] PNG image blitting : stable - [x] unicode support : beta - [x] keyboard input : alpha

usage

toml [dependencies] doryen-rs="*"

Check the examples and documentation for more information.

compilation