Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azgaar/deorum
Customizable fantasy characters gallery
https://github.com/azgaar/deorum
ai fantasy procedural-generation svelte sveltekit worldbuilding
Last synced: 23 days ago
JSON representation
Customizable fantasy characters gallery
- Host: GitHub
- URL: https://github.com/azgaar/deorum
- Owner: Azgaar
- License: mit
- Created: 2022-09-17T16:53:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T14:55:14.000Z (7 months ago)
- Last Synced: 2024-04-14T04:53:26.281Z (7 months ago)
- Topics: ai, fantasy, procedural-generation, svelte, sveltekit, worldbuilding
- Language: Svelte
- Homepage: https://deorum.vercel.app
- Size: 33.3 MB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Deorum
Deorum is a source for customizable fantasy characters for D&D and worldbuilding projects. Created and maintained by Azgaar and contributors.
Link: [deorum.vercel.app](https://deorum.vercel.app/).
![preview](https://repository-images.githubusercontent.com/537872766/d206c5de-b0f4-40b5-ad38-b0b6c9c03cae)
Join our [Discord server](https://discordapp.com/invite/X7E84HU) and [Reddit community](https://www.reddit.com/r/FantasyMapGenerator) to share your creations, discuss the Tool, suggest ideas and get the most recent updates.
Contact me via [email](mailto:[email protected]) if you have non-public suggestions. For bug reports please use [GitHub issues](https://github.com/Azgaar/deorum/issues) or _#bugs_ channel on Discord.
You can support the project on [Patreon](https://www.patreon.com/azgaar).
## For developers
The project is created using [SvelteKit](https://kit.svelte.dev/). Database is [Pocketbase](https://pocketbase.io).
Once you've cloned this repository and installed dependencies with `yarn`, start a development server:
```bash
yarn dev
```Open you browser at [localhost:5173](http://localhost:5173). Edit a component file in `src/routes`, save it to see your changes.
Pull requests are highly welcomed.