A web app that converts 2:1 equirectangular panoramas to skybox (cube) images.
- A free Heroku account.
- The Heroku CLI.
If you don't want to deploy manually, press the "Deploy to Heroku" button at the top of the page.
-
Clone panorama-to-skybox:
git clone https://github.com/glassechidna/panorama-to-skybox.git
-
Create a Heroku app:
heroku create
-
Deploy panorama-to-skybox to your Heroku app:
git push heroku master
-
Run the setup script and ensure one dyno is running:
heroku ps:scale web=1
Visit the URL for your heroku app, and follow the instructions to upload a panorama image.