-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathio.github.dynobo.sphereview.appdata.xml
More file actions
50 lines (50 loc) · 2.32 KB
/
io.github.dynobo.sphereview.appdata.xml
File metadata and controls
50 lines (50 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version='1.0' encoding='utf-8'?>
<component type="desktop">
<id>io.github.dynobo.sphereview</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<name>SphereView</name>
<developer_name>dynobo</developer_name>
<summary>Explore photospheres and panoramas</summary>
<description>
<p>Interactive image viewer for 360 degree images like photospheres and panoramas.</p>
<p>Some notable features:</p>
<ul>
<li>View panoramas and photospheres interactively</li>
<li>Lean interface with minimal features</li>
<li>Supports equirectanglar projection (e.g. used by Google Camera)</li>
<li>Supports formats like JPEG, PNG, WebP</li>
<li>100% offline, no telemetry</li>
</ul>
<p>Tags: Photosphere, Panorama, 360, Equirectangular</p>
</description>
<url type="homepage">https://github.com/dynobo/sphereview</url>
<url type="bugtracker">https://github.com/dynobo/sphereview/issues</url>
<url type="help">https://github.com/dynobo/sphereview/issues</url>
<url type="vcs-browser">https://github.com/dynobo/sphereview</url>
<url type="donation">https://buymeacoffee.com/dynobo</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/dynobo/sphereview/refs/tags/v0.1.2/resources/assets/screenshot-1-hidpi.png</image>
<caption>The SphereView main window.</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/dynobo/sphereview/refs/tags/v0.1.2/resources/assets/screenshot-2-hidpi.png</image>
<caption>Shortcuts for control via keyboard.</caption>
</screenshot>
</screenshots>
<branding>
<color type="primary" scheme_preference="light">#e2e2ec</color>
<color type="primary" scheme_preference="dark">#3d3d3f</color>
</branding>
<releases>
<release version="0.1.6" type="stable" date="2026-02-13" />
<release version="0.1.5" type="stable" date="2026-02-06" />
<release version="0.1.4" type="stable" date="2025-10-17" />
<release version="0.1.3" type="stable" date="2025-07-20" />
<release version="0.1.2" type="stable" date="2025-07-02" />
<release version="0.1.1" type="stable" date="2025-07-01" />
</releases>
<launchable type="desktop-id">io.github.dynobo.sphereview.desktop</launchable>
<content_rating type="oars-1.1" />
</component>