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.
- Host: GitHub
- URL: https://github.com/ofasgard/prog-rs
- Owner: ofasgard
- Created: 2023-10-08T18:16:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-05T23:58:35.000Z (about 1 month ago)
- Last Synced: 2026-05-08T20:45:57.098Z (about 1 month ago)
- Topics: ttrpg, web-assembly, webapp
- Language: Rust
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/