Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lanesawyer/dicebag
- Owner: lanesawyer
- License: gpl-3.0
- Created: 2021-05-15T19:03:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T08:08:33.000Z (7 months ago)
- Last Synced: 2024-06-03T06:52:21.045Z (7 months ago)
- Language: Rust
- Size: 7.74 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.