An open API service indexing awesome lists of open source software.

https://github.com/ondras/rl-display

Web Component for Roguelike games
https://github.com/ondras/rl-display

custom-elements library roguelike

Last synced: 5 months ago
JSON representation

Web Component for Roguelike games

Awesome Lists containing this project

README

          

# <rl-display> – a roguelike display custom element



This small TS/JS library provides a simple API to draw HTML glyphs in a fashion similar to old-school TTY displays. The main focus is on aesthetic quality of rendering: the whole HTML+CSS rendering pipeline is leveraged, including vector fonts, browser-native animations and transitions and more.

## Links

- [Interactive manual](https://ondras.github.io/rl-display/manual/)
- [Demo](https://ondras.github.io/rl-display/demo/)
- [API Docs](https://ondras.github.io/rl-display/docs/~/RlDisplay.html)

## Development

Toolchain: make, deno

- `make` to build the library
- `make doc` to autogenerate apidocs
- `make demo` to build the demopage
- `make test` to run tests
- `make check` to typecheck