summaryrefslogtreecommitdiffstats
path: root/misc/dist/linux/org.godotengine.Godot.appdata.xml
blob: 1ba0a578de4ed0cfb275bad44b1863a8a835001e (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017-2022 Rémi Verschelde <remi@godotengine.org> -->
<component type="desktop">
  <id>org.redotengine.Redot</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>MIT</project_license>
  <name>Redot Engine</name>
  <summary>Multi-platform 2D and 3D game engine with a feature-rich editor</summary>
  ​<launchable type="desktop-id">org.redotengine.Redot.desktop</launchable>
  <description>
    <p>
      Redot is forked from Godot which is an advanced, feature-packed, multi-platform 2D and 3D game
      engine. It provides a huge set of common tools, so you can just focus on
      making your game without reinventing the wheel.
    </p>
    <p>
      Redot is completely free and open source under the very permissive MIT
      license. No strings attached, no royalties, nothing. Your game is yours,
      down to the last line of engine code.
    </p>
  </description>
  <screenshots>
    <screenshot type="default" width="1330" height="720">
      <caption>3D project loaded in the Redot Engine editor</caption>
      <image>https://download.tuxfamily.org/godotengine/media/screenshots/editor_3d_fracteed-720p.jpg</image>
    </screenshot>
  </screenshots>
  <url type="homepage">https://redotengine.org</url>
  <url type="bugtracker">https://github.com/Redot-Engine/redot-engine/issues</url>
  <url type="faq">https://docs.godotengine.org/en/latest/about/faq.html</url>
  <url type="help">https://docs.godotengine.org</url>
  <url type="donation">https://www.savethechildren.org</url>
  <url type="translate">https://hosted.weblate.org/projects/godot-engine/godot</url>
  <developer_name>The Redot Engine Community</developer_name>
  <update_contact>redotengine@gmail.com</update_contact>
</component>