A VR experience to educate prospective students about the accessibility amenities available at UF's Cypress Hall
Clone this Git repo and have node installed. Install dependencies with
npm install
To get a local development server
npm start
And open http://localhost:3000/.
You can also go to address that is printed out when running the app. It will look like the following line. This lets you test the app on your phone (if they are on the same Wi-Fi network)
[0004] info Server running at http://XX.XX.XX.XX:3000/ (connect)
The background images are resized to load faster. It uses a command line tool called ImageMagick. To use, replace the "INPUT" and "OUTPUT" from the below command.
magick mogrify -path OUTPUT -filter Triangle -define filter:support=2 -thumbnail 4096x1024 -unsharp 1x2 -dither None -posterize 136 -quality 82 -define jpeg:fancy-upsampling=off -define png:compression-filter=5 -define png:compression-level=9 -define png:compression-strategy=1 -define png:exclude-chunk=all -interlace none -colorspace sRGB -strip INPUT
Could not find a good CLI tool for compressing video, but using HandBrake works well. Videos were compressed using the "Very Fast 480p30" preset with no audio.
Also could not find a CLI tool for compressing audio, but using Audacity works well. Audio was compressed using sample rate of 8000 Hz, with Bit Rate between 145-185 kbps, and mono channels.
This project's code is licensed under the MIT License - see the LICENSE.md file for details.
This project's images, video, and other media is copyright of the University of Florida. Please contact them for usage.