# doryen-rs [![Build Status](https://travis-ci.org/jice-nospam/doryen-rs.svg)](https://travis-ci.org/jice-nospam/doryen-rs) [![Documentation](https://docs.rs/doryen-rs/badge.svg)](https://docs.rs/doryen-rs) [![crates.io](https://meritbadge.herokuapp.com/doryen-rs)](https://crates.io/crates/doryen-rs) [![License: MIT](https://img.shields.io/badge/license-MIT-informational.svg)](#license) Ascii roguelike library in rust with native and wasm support. Uses the uni-gl and uni-app crates from the [unrust](http://github.com/unrust/unrust) game engine. # features ```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 + [x] screenshots ``` # demos
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 |