layout | title |
---|---|
page |
Getting Started |
This guide offers an overview of the structure and main concepts of Workshop Aurora.
Workshop Aurora is a web-based generator for visual novels (some of them are called GalGames). It's designed to be the easiest way for creators to build games for all platforms with only story scripts and media materials.
Checkout the git repo for the demo app{:target="_blank"}.
Feel free to fork and edit it before build it.
File/Folder | Content |
---|---|
config/ | config |
- application.(yaml,json,cson) | |
story/ | story |
resources/ | resources |
aurora website{:target="_blank"} is the web interface for Aurora.
{:.message} Currently we only support sign up via github account.
Create a project, with the source
being the git address for the demo app (or the one you forked).
Wait a moment and download the app.
{:.message} CURRENTLY NOT RECOMMENDED. We're still working on this in preparation to make it public.
Instead of the aurora website{:target="_blank"}, you may also build your app directly via the aurora-builder
CLI tool.
For the web version, you have to host a http server locally.
- For node.js:
npm install -g http-server && http-server
- For python2:
python -m SimpleHTTPServer
- For python3:
python3 -m http.server
And then just access 127.0.0.1:listening_port
in your browser.
{:.message} Modern browsers supported only, Google Chrome recommended.
For the android version, just transfer the file to your device, tweak the unknown sources
related system setting, and install it.