Skip to content

Releases: bryik/stereo-panorama-viewer

v1.0.2

31 May 02:46
Compare
Choose a tag to compare

Changes

v1.0.1

21 Oct 03:01
Compare
Choose a tag to compare

Changes

  • Bumped dependencies to fix a Dependabot warning 7a64e17
  • Fixed CSS path used by rollup-plugin-svelte. It seems the newest version uses relative paths now. 61c286a
  • Moved domains. I am likely to hold onto pyrik.dev long term; spano.photos...not sure. 6fa99d1

v1.0.0

18 Jul 22:59
Compare
Choose a tag to compare

image

Changes

  • This repo has been renamed. From "overunder-aframe" to "stereo-panorama-viewer".
  • The overunder component has been broken into two separate components. At some point in the future, these components will likely move into their own repos.
  • The old code had a bunch of random demos of various things, the new code tries to focus on delivering a minimal and easy-to-use stereoscopic panorama viewer. Panoramas can be drag-and-dropped or loaded from remote URLs. Reddit integration and HTC Vive ball pit are out.
  • Svelte is now used. Previous demos were simple enough for vanilla JS, but merging their various features started to become annoying.
  • Netlify is now used for automated build and deployment. GitHub Pages has some annoying quirks (e.g. code must be in /docs) and Netlify is just easier.