Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lanesawyer/dicebag

A collection of useful tools for running or participating in D&D
https://github.com/lanesawyer/dicebag

Last synced: 14 days ago
JSON representation

A collection of useful tools for running or participating in D&D

Awesome Lists containing this project

README

        

# dicebag
A collection of useful tools for running or participating in D&D.

The idea behind this is to provide a grab bag of tooling that groups can choose to use as they see fit.

This is also an experiment in writing a web app using WASM and Rust with a GraphQL-powered backend.

## Roadmap
- Character Sheet: In Progress
- Dice Roller: In Progress
- Encounter Builder: Not Started
- Campaign Manager: Not Started
- Server-side storage: In Progress
- What else is missing?

## Getting Started
The project is split into two main sections, `ui` and `server`.

### UI
See [the README](./ui/README.md) for more details.

### Server
See [the README](./server/README.md) for more details.