/panoramic-to-cubemap

Convert a 360° panoramic image to six cube faces.

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

PANORAMIC TO CUBEMAP

https://unknownexplorer13.github.io/panoramic-to-cubemap/

A web app which converts 360° panoramic images to six cube faces.

FEATURES

  • Runs in your browser by using the Canvas API to manipulate image data.
  • Uses Lanczos interpolation for high quality output.
  • Ability to rotate cubemap to control the orientation of the scene and format of the cubemap.
  • Includes a .bat file for offline usage. Requires Python with the Simple HTTP Server module (version 0.18.3).

CREDITS

Lucas Crane (jaxry)

K.F (UnknownExplorer13)

  • Logo
  • Dark Mode
  • Website Revamp
  • Batch file for offline usage
  • Compilation and adaptation of other's code

Michael Coxe (mdcoxe)

  • Original implementation of the "Download All" button

Lanyi (lanyizi)

  • Original implementation of the pitch, yaw, & roll rotation angles