UWC Changshu China, a boarding school, currently has troubles with presenting itself to faraway students that are interested. Due to financial stress it is usually impossible to come on campus to explore the location.
This application tries to rectify that by presenting a VR experience with which users can experience a fraction of the events that occur on campus.
The only real prerequisite is npm
.
With npm
, you need to install a typescript compiler globally to your machine:
npm install -g typescript
Clone the repository:
git clone git@github.com:UWC-CSC/UWCCSC-VR-Experience.git
Go into the directory:
cd UWCCSC-VR-Experience
Now, just run npm install
to pull all the dependencies down.
The src
folder contains a build.sh
script. You can build the code by
running
cd src
chmod +x build.sh
./build.sh
This creates the compiled, packed and ready-to-run code in the dist/
directory.
- NPM - The JavaScript package manager
- Typescript - A much better replacement to Javascript
- Webpack - Asset bundler
This project is licensed under the LGPLv3 license - see the LICENSE.txt file for details.
- PurpleBooth for her beautiful README template.