https://github.com/nicjohnson145/go-sheet
A YAML based DnD 5e charachter sheet viewer
https://github.com/nicjohnson145/go-sheet
Last synced: about 1 month ago
JSON representation
A YAML based DnD 5e charachter sheet viewer
- Host: GitHub
- URL: https://github.com/nicjohnson145/go-sheet
- Owner: nicjohnson145
- License: mit
- Created: 2021-02-14T02:41:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T16:41:46.000Z (about 3 years ago)
- Last Synced: 2025-02-02T06:41:26.466Z (3 months ago)
- Language: Go
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sheet
Parses a sheet following the same schema as `example.yml` and displays the resulting character with
bonuses to attack/save/etc calculated.### Building and Running
There are pre-compiled binaries for Linux and Windows
[here](https://github.com/nicjohnson145/go-sheet/releases/latest). Or optionally clone this repo and
run `go build`### Dependencies
If using the `go build` approach, ensure the necessary OS packages are installed as detailed
[here](https://github.com/go-gl/glfw)To run go-sheet, simple supply the path to the character yaml on the command line. Go-sheet will
watch this file for changes and update whenever a change is detected```
./go-sheet /path/to/sheet.yml
```If no sheet is given, the example sheet from this repo will be used.