google / marzipano

A 360° media viewer for the modern web.
http://www.marzipano.net
Apache License 2.0
1.95k stars 992 forks source link

Can you open Marzipano Tool 's Source? #435

Open lv-saharan opened 2 years ago

lv-saharan commented 2 years ago

Marzipano is great.The tool is good. I want to add some feature. Can you open the source ?

Zhanben commented 2 years ago

i just want to know how equirectangular to face

calbear47 commented 2 years ago

This has been discussed many times. Unfortunately, they're committed to not opening up the tool to open source.

andriusmv commented 2 years ago

This has been discussed many times. Unfortunately, they're committed to not opening up the tool to open source.

@calbear47 any alternatives similar to this tool? I can think of threeJS and Aframe.

jessehhydee commented 1 year ago

Hi all,

Please remove this comment if this is not the right place to share alternatives.

I have written a node.js script that replicates Marzipano's Tool. It uses 'panorama-to-cubemap' to split any equirectangular image up. Feel free to make use of the script if it's of benefit.

I am considering creating an API that will request an equirectangular image, run this script, and send back tiles as the response. If anyone is interested, let me know and I'll go ahead with this.