A work in progress...
AcademicalStep/
The Unity codebase [Document]
StoryAssemblerRedux/
A reimplmentation of StoryAssembler.js in the Step programming language. Ongoing project.
Academical uses the gh-pages npm package to deploy webGL builds. You will need a working NPM installation to run the deployment script in package.json
. You can download NPM with the latest NodeJs LTS release. Once you have that installed run the following two commands to deploy a build.
# Install gh-pages package
npm install
# Deploy the build to the gh-pages branch
npm run deploy
The deployment script requires that a folder at <path_to_RCRTrainingSim>/AcademicalStep/Build/webgl_academical
contains the index.html
file and associated build outputs.