GUI
VR Website Builder
Install / Use
/learn @Sherpa-UI/GUIREADME

Sherpa-UI
A VR Website Builder
Sherpa-UI allows you to rapidly create engaging experiences in VR that emulate traditional web-browsing with ReactVR.
Built with React.JS and Electron, SherpaUI is for developers and non-developers alike.
ReactVR provides a 3D 'sphere' in which a camera is placed at the very center, and allows for a 360° x 360° field of view. Shepra-UI streamlines development in this environment by splitting the spehre into four equal sections. Text that you enter in the input fields on the right will show up in the VR image after clicking 'Update'.

Features:
- Upload your own equirectangular panoramic images.
- Add custom text content into the 3D environment.
- Navigation UI between four distinct 'panes'.
- Preview how your project will look online before you deploy.
- Bundle and export your completed project to your desktop with a button click.
To run on your local machine
- Fork or download repository
git clone https://github.com/Sherpa-UI/GUI.git - cd into app folder
cd GUI/sherpaUI/ - install dependencies
npm install - run the app
npm start
