Ripple Plastic
A virtual reality experiment that cautions against the global proliferation of plastic pollution in the ocean through a 3D recreation of Mandy Barker's famous environmental artwork.
Live experience: https://rippleplastic.com
Running locally
To build Ripple Plastic on your own machine, you will need to have NodeJS installed.
After cloning the repository, install the NPM dependencies.
npm install
The project can be built by running
npm run dev
This will compile the assets and serve the project on localhost (usually http://localhost:5000). Modifying the source should dynamically rebuild the project.