Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 945 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 945 Bytes

panorama-to-skybox

A web app that converts 2:1 equirectangular panoramas to skybox (cube) images.

Deploy

Prerequisites

Manually deploy to Heroku

If you don't want to deploy manually, press the "Deploy to Heroku" button at the top of the page.

  1. Clone panorama-to-skybox:

    git clone https://github.com/glassechidna/panorama-to-skybox.git
  2. Create a Heroku app:

    heroku create
  3. Deploy panorama-to-skybox to your Heroku app:

    git push heroku master
  4. Run the setup script and ensure one dyno is running:

    heroku ps:scale web=1

Usage

Visit the URL for your heroku app, and follow the instructions to upload a panorama image.