Durtur / Dungeoneer

A virtual tabletop designed for 5e D&D, includes a map tool with dynamic lighting, initiative tracker, combat tracker and homebrew management.
GNU Affero General Public License v3.0
169 stars 16 forks source link
5e diceroller dnd dnd-tools dnd5e maptool role-playing rpg-tool virtual-tabletop virtualtabletop vtt

Dungeoneer

Buy Me A Coffee

Demo video

IMAGE ALT TEXT

Download Dungeoneer

What is it?

This tool is meant to make the DM's job easier and help you run your games effectively. It handles database managment and lookup for homebrew and freely licensed SRD monsters and spells, and has a few standard tools.

What is it not?

I don't have any monster tokens

There are some great sources of tokens, such as Forgotten Adventures (you can get all their tokens for free). You can use the token importer to mass import tokens.

Operating system / Linux support

Dungeoneer is built for windows as of now but a Mac build is included in the releases. If you are on Linux you will have to build it yourself, due to the sharpjs image library. You need to add the npm package on a Linux machine for it to run correctly.

You can then run the build command, npm run buildlinux

Licence and usage

Anyone is free to use this application. See further constraints in Licence.md.

Contributing

Pull requests are welcome!

To get started you need to install nodejs, npm and yarn. Clone the project and run yarn install && yarn start.

See contributing.md for more information.