Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

A VR experience to educate prospective students about the accessibility amenities available at UF's Cypress Hall

License

Notifications You must be signed in to change notification settings

mirdaki/accessible-residence-hall

Repository files navigation

Accessible Residence Hall

A VR experience to educate prospective students about the accessibility amenities available at UF's Cypress Hall

Getting Started

Installation

Clone this Git repo and have node installed. Install dependencies with

npm install

Running

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)

Image Settings

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

Video Settings

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.

Audio Settings

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.

License

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.

About

A VR experience to educate prospective students about the accessibility amenities available at UF's Cypress Hall

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published