Can you open Marzipano Tool 's Source?
lv-saharan opened this issue · 4 comments
Marzipano is great.The tool is good.
I want to add some feature.
Can you open the source ?
i just want to know how equirectangular to face
This has been discussed many times. Unfortunately, they're committed to not opening up the tool to open source.
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.
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.