https://github.com/coreyjs/elysium
https://github.com/coreyjs/elysium
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coreyjs/elysium
- Owner: coreyjs
- License: mit
- Created: 2024-07-03T12:11:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T12:52:01.000Z (over 1 year ago)
- Last Synced: 2024-12-22T16:22:38.883Z (11 months ago)
- Language: Ruby
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elysium
Elysium is an application to help game developers, writers and others define/manage/map out
narrative experiences. This was built to help manage a growing number of storylines, characters for a personal game project.
This acts as a single source of truth for the game's narrative, which can be exported to JSON and imported into your engine
of choice. For instance, I export into JSON and import into Unreal Engine 5's DataTable.
Currently this is configured as such:
- Rails 7
- Ruby 3.2.2
- PostgresQL
## How to Run Locally (Via Ruby)
## How To Run Locally via Docker