-
Notifications
You must be signed in to change notification settings - Fork 3
/
org.redotengine.Redot.metainfo.xml
49 lines (49 loc) · 3.87 KB
/
org.redotengine.Redot.metainfo.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.redotengine.Redot.desktop</id>
<name>Redot Engine</name>
<summary>Easily create 2D and 3D games</summary>
<developer_name>The Redot Engine Community</developer_name>
<launchable type="desktop-id">org.redotengine.Redot.desktop</launchable>
<description>
<p>The feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface. Redot Engine provides a comprehensive set of common tools, so that you can focus on making games without having to reinvent the wheel. Games can be exported in one click to a number of platforms, including the major desktop platforms (Linux, macOS, Windows) as well as mobile (Android, iOS), web-based (HTML5) platforms and consoles (Switch, PS4 and Xbox One - via thirdparty publishers).</p>
<p>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. Redot's development is fully independent and community-driven, empowering you to help shape the engine to match your expectations. It is supported by the non-profit Redot Foundation.</p>
<p>Create games with ease, using Redot's unique approach to game development:</p>
<ul>
<li>Nodes for all your needs. Redot 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>Current limitations of this Flatpak version:</p>
<ul>
<li>For C#/Mono support, install org.redotengine.GodotSharp instead: https://flathub.org/apps/org.redotengine.GodotSharp</li>
<li>External script editors are supported, but you need to follow the steps described here: https://github.com/flathub/org.redotengine.Redot#using-an-external-script-editor</li>
<li>Redot 4's Blender importer is supported, but Blender needs to be installed on your system and you need to follow the steps described here: https://github.com/flathub/org.redotengine.Redot#using-blender</li>
<li>For projects using text-to-speech, make sure speech-dispatcher is installed on your system, so that this Flatpak can access it.</li>
</ul>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<url type="homepage">https://redotengine.org/</url>
<url type="bugtracker">https://github.com/redot-engine/redot/issues</url>
<url type="faq">https://docs.redotengine.org/en/latest/about/faq.html</url>
<url type="help">https://docs.redotengine.org</url>
<url type="donation">https://redotengine.org/donate</url>
<url type="translate">https://hosted.weblate.org/projects/redot-engine/redot</url>
<url type="contact">https://redotengine.org/contact/</url>
<url type="vcs-browser">https://github.com/redot-engine/redot</url>
<url type="contribute">https://docs.redotengine.org/en/stable/contributing/how_to_contribute.html</url>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Redot-Engine/redot-engine/d5fc3d1e8c1f8f904e1fbe8bd1c402d560bfb596/screenshot.jpg</image>
<caption>Redot Editor (2D view)</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="4.3" date="2024-11-25"/>
</releases>
</component>