VRClassroom is a cross-plattform application for the usage of 360 content in education. It consists of two parts: the teacher app where the theacher can put the content they want to show their students and the students app. The students app is a React360 application which presents the content on the VR-Headsets to the students.
Pre-compiled apps for all plattforms can be found as releases in this repo.
- node.js 10+
- yarn
- Clone this repo
- To install third-pary libraries for all three internal apps (teacher app, student app, electron app) run
yarn install
cd src/teacher && yarn install
cd src/student && yarn install
- To start development servers run
yarn startin main directory
To build release version of VRClassroom for all plattforms run ./build.sh

