godot.appdata.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2017 Rémi Verschelde <akien@godotengine.org> -->
  3. <component type="desktop">
  4. <id>godot.desktop</id>
  5. <metadata_license>CC0-1.0</metadata_license>
  6. <project_license>MIT</project_license>
  7. <name>Godot Engine</name>
  8. <summary>Multi-platform 2D and 3D game engine with a feature-rich editor</summary>
  9. <description>
  10. <p>
  11. Godot is an advanced, feature-packed, multi-platform 2D and 3D game
  12. engine. It provides a huge set of common tools, so you can just focus on
  13. making your game without reinventing the wheel.
  14. </p>
  15. <p>
  16. Godot is completely free and open source under the very permissive MIT
  17. license. No strings attached, no royalties, nothing. Your game is yours,
  18. down to the last line of engine code.
  19. </p>
  20. </description>
  21. <screenshots>
  22. <screenshot type="default" width="1330" height="720">
  23. <caption>3D project loaded in the Godot Engine editor</caption>
  24. <image>https://download.tuxfamily.org/godotengine/media/screenshots/editor_3d_fracteed-720p.jpg</image>
  25. </screenshot>
  26. </screenshots>
  27. <url type="homepage">https://godotengine.org</url>
  28. <url type="bugtracker">https://github.com/godotengine/godot/issues</url>
  29. <url type="help">http://docs.godotengine.org</url>
  30. <url type="donation">https://godotengine.org/donate</url>
  31. <url type="translate">https://hosted.weblate.org/projects/godot-engine/godot</url>
  32. <developer_name>The Godot Engine Community</developer_name>
  33. <update_contact>akien_at_godotengine_dot_org</update_contact>
  34. </component>