Skip to content

Releases: EarthTan/equirectangular-panorama-viewer

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 05:21

What's Changed

  • fix(window): clamp surface size to device's max_texture_dimension_2d by @EarthTan in #1

New Contributors

Full Changelog: v0.4.0...v0.5.0

What's Changed

  • fix(window): clamp surface size to device's max_texture_dimension_2d by @EarthTan in #1

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 09:37

Full Changelog: v0.3.0...v0.4.0

v0.2.0 — Pure-Rust Port

Choose a tag to compare

@EarthTan EarthTan released this 30 Jun 08:44

v0.2.0 — Pure-Rust Port

Complete rewrite from Vite + Three.js + Tauri to pure Rust.

Stack: winit + wgpu + egui

  • 360 panorama on inward-facing sphere
  • Drag rotate / wheel zoom (FOV 30-100)
  • Auto-rotate with first-interaction stop
  • Drag-and-drop + CLI loading
  • egui overlay (empty state, HUD, error banner)
  • 24 unit tests