forked from flathub/org.godotengine.Godot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.godotengine.Godot.appdata.xml
63 lines (63 loc) · 3.49 KB
/
org.godotengine.Godot.appdata.xml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.godotengine.Godot.desktop</id>
<name>Godot</name>
<summary>Godot game engine editor</summary>
<description>
<p>Godot is an advanced, feature-packed, multi-platform 2D and 3D open source game engine.</p>
<p>Create games with ease, using Godot's unique approach to game development.</p>
<ul>
<li>Nodes for all your needs. Godot comes with hundreds of built-in nodes that make game design a breeze. You can also create your own for custom behaviors, editors and much more.</li>
<li>Flexible scene system. Create node compositions with support for instancing and inheritance.</li>
<li>Visual editor with all the tools you need packed into a beautiful and uncluttered context-sensitive UI.</li>
<li>Friendly content creation pipeline for artists, level designers, animators and everything in between.</li>
<li>Persistent live editing where changes are not lost after stopping the game. It even works on mobile devices!</li>
<li>Create your own custom tools with ease using the incredible tool system.</li>
</ul>
<p>Limitations of the Flatpak version:</p>
<ul>
<li>No C#/Mono support. See: https://github.com/flathub/org.godotengine.Godot/issues/8</li>
<li>Custom builds for Android don't work. See: https://github.com/flathub/org.godotengine.Godot/issues/63</li>
<li>The old-fashioned way of exporting to Android still works: https://docs.godotengine.org/en/latest/tutorials/export/exporting_for_android.html</li>
<li>External script editors are supported, but you need to follow the steps described here: https://github.com/flathub/org.godotengine.Godot#using-an-external-script-editor</li>
</ul>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<url type="homepage">https://godotengine.org/</url>
<url type="bugtracker">https://github.com/godotengine/godot/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://godotengine.org/donate</url>
<url type="translate">https://hosted.weblate.org/projects/godot-engine/godot</url>
<screenshots>
<screenshot type="default">
<image type="source">https://godotengine.org/storage/app/media/3.0%20release/gltf.png</image>
<caption>Texture Viewer</caption>
</screenshot>
<screenshot>
<image type="source">https://godotengine.org/storage/app/media/3.0%20release/visual_script.png</image>
<caption>Visual Scripting</caption>
</screenshot>
<screenshot>
<image type="source">https://godotengine.org/storage/app/media/3.0%20release/particles.png</image>
<caption>Particle Viewer</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="3.4.4" date="2022-03-23"/>
<release version="3.4.3" date="2022-02-25"/>
<release version="3.4.2" date="2021-12-22"/>
<release version="3.4.1" date="2021-12-17"/>
<release version="3.4" date="2021-11-05"/>
<release version="3.3.4" date="2021-10-01"/>
<release version="3.3.3" date="2021-08-19"/>
<release version="3.3.2" date="2021-05-24"/>
<release version="3.3.1" date="2021-05-18"/>
<release version="3.3" date="2021-04-21"/>
<release version="3.2.3" date="2020-09-17"/>
<release version="3.2.2" date="2020-06-25"/>
<release version="3.2.1" date="2020-03-10"/>
</releases>
</component>