mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
73 lines
3.3 KiB
XML
73 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
dev.slimevr.SlimeVR.metainfo.xml by SlimeVR contributors
|
|
|
|
To the extent possible under law, the person who associated CC0 with
|
|
dev.slimevr.SlimeVR.metainfo.xml has waived all copyright and related or neighboring rights
|
|
to dev.slimevr.SlimeVR.metainfo.xml.
|
|
|
|
You should have received a copy of the CC0 legalcode along with this
|
|
work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|
-->
|
|
<component type="desktop-application">
|
|
<id>dev.slimevr.SlimeVR</id>
|
|
|
|
<name>SlimeVR</name>
|
|
<summary>An app for facilitating full-body tracking in virtual reality</summary>
|
|
<developer_name>SlimeVR Team</developer_name>
|
|
|
|
<!-- CC0 so attribution is not required -->
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>MIT OR Apache-2.0</project_license>
|
|
|
|
<content_rating type="oars-1.1" />
|
|
<url type="homepage">https://slimevr.dev/</url>
|
|
<url type="bugtracker">https://github.com/SlimeVR/SlimeVR-Server/issues</url>
|
|
<url type="faq">https://docs.slimevr.dev/slimevr101.html</url>
|
|
<url type="vcs-browser">https://github.com/SlimeVR/SlimeVR-Server</url>
|
|
<url type="translate">https://i18n.slimevr.dev</url>
|
|
<url type="help">https://docs.slimevr.dev/server-setup/slimevr-setup.html</url>
|
|
<url type="contribute">https://github.com/SlimeVR/SlimeVR-Server/blob/main/CONTRIBUTING.md</url>
|
|
<url type="contact">https://discord.gg/SlimeVR</url>
|
|
<recommends>
|
|
<display_length compare="ge">880</display_length>
|
|
</recommends>
|
|
<supports>
|
|
<control>pointing</control>
|
|
<control>keyboard</control>
|
|
<control>touch</control>
|
|
</supports>
|
|
|
|
<branding>
|
|
<color type="primary">#663499</color>
|
|
</branding>
|
|
|
|
<description>
|
|
<p>
|
|
<code>SlimeVR</code>
|
|
is a set of open hardware sensors and open source software that facilitates full-body
|
|
tracking (FBT) in virtual reality. With no base station required, SlimeVR makes wireless
|
|
VR FBT affordable and comfortable.
|
|
</p>
|
|
|
|
</description>
|
|
|
|
<launchable type="desktop-id">dev.slimevr.SlimeVR.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<caption>The onboarding for the GUI</caption>
|
|
<image>https://raw.githubusercontent.com/SlimeVR/SlimeVR-Server/main/assets/img/onboarding.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<releases>
|
|
<release version="0.6.0" date="2023-01-05"><url>https://github.com/SlimeVR/SlimeVR-Server/releases/tag/v0.6.0</url></release>
|
|
<release version="0.5.1" date="2022-12-12"><url>https://github.com/SlimeVR/SlimeVR-Server/releases/tag/v0.5.1</url></release>
|
|
<release version="0.5.0" date="2022-12-07"><url>https://github.com/SlimeVR/SlimeVR-Server/releases/tag/v0.5.0</url></release>
|
|
<release version="0.4.0" date="2022-11-24"><url>https://github.com/SlimeVR/SlimeVR-Server/releases/tag/v0.4.0</url></release>
|
|
<release version="0.3.1" date="2022-11-22"><url>https://github.com/SlimeVR/SlimeVR-Server/releases/tag/v0.3.1</url></release>
|
|
<release version="0.3.0" date="2022-11-16"><url>https://github.com/SlimeVR/SlimeVR-Server/releases/tag/v0.3.0</url></release>
|
|
<release version="0.2.1" date="2022-08-24"><url>https://github.com/SlimeVR/SlimeVR-Server/releases/tag/v0.2.1</url></release>
|
|
<release version="0.2.0" date="2022-06-28"><url>https://github.com/SlimeVR/SlimeVR-Server/releases/tag/v0.2.0</url></release>
|
|
</releases>
|
|
</component>
|