overte/interface/org.overte.interface.appdata.xml

116 lines
4.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2023 Dale Glass <dale\@daleglass.net>
Copyright 2023-2025 Overte e.V.
-->
<component type="desktop-application">
<id>org.overte.interface</id>
<metadata_license>FSFAP</metadata_license>
<project_license>Apache-2.0</project_license>
<name>Overte</name>
<summary>Overte open-source social-VR client</summary>
<summary xml:lang="de">Quelloffene Social-VR Anwendung</summary>
<developer id="org.overte">
<name>Overte e.V.</name>
</developer>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">moderate</content_attribute>
<content_attribute id="social-audio">moderate</content_attribute>
</content_rating>
<description>
<p>
Overte is an open source virtual worlds and social VR software which enables you to create and share virtual worlds as virtual reality (VR) and desktop experiences. You can create and host your own virtual world, explore other worlds, meet and connect with other users, attend or host live VR events, and much more.
</p>
<p>
The Overte software provides the following key features:
</p>
<ul>
<li>Collaborative world creation and editing</li>
<li>VR support, including body tracking</li>
<li>Scalability for up to 500 users in a single world</li>
<li>Scripting in JavaScript, which allows creation of games, interactables, UI elements, and custom applications</li>
<li>High quality low latency spatial audio</li>
<li>Powerful physics through Bullet physics engine</li>
<li>Fully open-source under the permissive Apache 2.0 license</li>
<li>No central authority. You can run your own server from home.</li>
<li>No user account required</li>
<li>Supported by a democratic non-profit organization</li>
</ul>
</description>
<categories>
<category>Game</category>
<category>Network</category>
<category>Qt</category>
</categories>
<launchable type="desktop-id">org.overte.interface.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Creation UI</caption>
<image>https://overte.org/_images/Create_UI_2.jpeg</image>
</screenshot>
<screenshot>
<caption>Hanging out on Maker Monday</caption>
<image>https://overte.org/_images/overte-snap-by--on-2022-02-20_19-48-33.jpeg</image>
</screenshot>
<screenshot>
<caption>Kreolis playing in Brainstormer's Club</caption>
<image>https://overte.org/_images/overte-snap-by-X74hc595-on-2023-02-26_19-01-20.jpg</image>
</screenshot>
<screenshot>
<caption>Pool toys exploring a fantasy island</caption>
<image>https://overte.org/_images/overte-snap-by-X74hc595-on-2023-01-15_22-01-12.jpg</image>
</screenshot>
<screenshot>
<caption>Basinsky showing off his photogrammetry worlds</caption>
<image>https://overte.org/_images/overte-snap-by--on-2022-12-14_23-23-03.jpg</image>
</screenshot>
<screenshot>
<caption>Installing new lanterns on the Hub bridge</caption>
<image>https://overte.org/_images/overte-snap-by-X74hc595-on-2023-03-27_22-42-02.jpg</image>
</screenshot>
</screenshots>
<!--
The version of our logo used as desktop icon already has the brand color in it.
Maybe we can use another version of the logo on stores?
<branding>
<color type="primary" scheme_preference="light">#6667AB</color>
<color type="primary" scheme_preference="dark">#6667AB</color>
</branding>
-->
<url type="homepage">https://overte.org/</url>
<url type="bugtracker">https://github.com/overte-org/overte/issues</url>
<url type="help">https://docs.overte.org/</url>
<url type="translate">https://weblate.overte.org/</url>
<url type="donation">https://overte.org/donate.html</url>
<url type="contribute">https://docs.overte.org/contribute.html</url>
<url type="faq">https://docs.overte.org/faq.html</url>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>gamepad</control>
<!--
The touch UI gets enabled at compile time when building for Android.
It should be possible to enable it for Linux as well somehow.
<control>touch</control>
-->
</supports>
<recommends>
<!-- 10 mbit/s downstream and 2 mbit/s upstream -->
<internet bandwidth_mbitps="10">always</internet>
</recommends>
<provides>
<binary>Overte</binary>
</provides>
<releases>
<release version="2024.07.1" date="2024-07-13">
<url>https://github.com/overte-org/overte/blob/master/CHANGELOG.md</url>
</release>
</releases>
</component>