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

https://github.com/ofasgard/prog-rs

A simple WASM application for TTRPG progress clocks.
https://github.com/ofasgard/prog-rs

ttrpg web-assembly webapp

Last synced: 19 days ago
JSON representation

A simple WASM application for TTRPG progress clocks.

Awesome Lists containing this project

README

          

# prog-rs

A simple web application for managing *Blades in the Dark* style progress clocks. Written entirely as a Rust WASM application with basically zero JavaScript apart from the glue generated by `wasm-bindgen`.

## Test Deployment

You'll need to have `wasm-pack` installed to build this project:

```sh
$ wasm-pack build --target web
```

The WASM and JavaScript glue files will be compiled to the `pkg` directory. From the root of the repository:

```sh
$ python3 -m http.server
```

Then navigate to:

> http://127.0.0.1:8000/html/