|
|
@@ -0,0 +1,81 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<!-- Copyright 2025 Krzysztof Krysiński -->
|
|
|
+<component type="desktop-application">
|
|
|
+ <id>net.pixieditor.PixiEditor</id>
|
|
|
+
|
|
|
+ <name>PixiEditor</name>
|
|
|
+ <summary>Universal node-based 2D editor</summary>
|
|
|
+
|
|
|
+ <metadata_license>CC-BY-SA-4.0</metadata_license>
|
|
|
+ <project_license>LGPL-3.0-or-later</project_license>
|
|
|
+
|
|
|
+ <developer id="net.pixieditor">
|
|
|
+ <name>PixiEditor</name>
|
|
|
+ </developer>
|
|
|
+
|
|
|
+ <requires>
|
|
|
+ <control>keyboard</control>
|
|
|
+ <control>pointing</control>
|
|
|
+ <display_length compare="ge">768</display_length>
|
|
|
+ </requires>
|
|
|
+
|
|
|
+ <url type="homepage">https://pixieditor.net</url>
|
|
|
+ <url type="bugtracker">https://github.com/PixiEditor/PixiEditor/issues</url>
|
|
|
+ <url type="donation">https://pixieditor.net/download</url>
|
|
|
+ <url type="contact">https://pixieditor.net/help</url>
|
|
|
+ <url type="faq">https://pixieditor.net/docs/faq</url>
|
|
|
+ <url type="contribute">https://github.com/PixiEditor/PixiEditor</url>
|
|
|
+ <url type="vcs-browser">https://github.com/PixiEditor/PixiEditor</url>
|
|
|
+
|
|
|
+ <icon type="stock">net.pixieditor.PixiEditor</icon>
|
|
|
+
|
|
|
+ <branding>
|
|
|
+ <color type="primary" scheme_preference="light">#dedede</color>
|
|
|
+ <color type="primary" scheme_preference="dark">#1a1a1a</color>
|
|
|
+ </branding>
|
|
|
+
|
|
|
+ <content_rating type="oars-1.1" />
|
|
|
+
|
|
|
+ <releases>
|
|
|
+ <release version="2.0.1.4" date="2025-09-10">
|
|
|
+ <url type="details">https://forum.pixieditor.net/t/changelog-2-0-1-14/439/1</url>
|
|
|
+ <description>
|
|
|
+ <p>Fixed rectangle rendering issues</p>
|
|
|
+ </description>
|
|
|
+ </release>
|
|
|
+ </releases>
|
|
|
+
|
|
|
+ <description>
|
|
|
+ <p>
|
|
|
+ PixiEditor is a universal 2D editor designed for all kinds of creative work. Whether you want to make game sprites, paint illustrations, design logos, edit images, or create animations, PixiEditor gives you the tools to bring your ideas to life—all in a clean and familiar interface.
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ Powered by a Node Graph for advanced, non-destructive editing, PixiEditor comes with three unique toolsets that can be used together on the same canvas:
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ Pixel Art – pixel-perfect drawing tools for sprites and retro graphics
|
|
|
+ Painting – soft brushes, smooth lines, and anti-aliased shapes
|
|
|
+ Vector – scalable paths and shapes for logos and clean designs
|
|
|
+ </p>
|
|
|
+ </description>
|
|
|
+
|
|
|
+ <launchable type="desktop-id">net.pixieditor.PixiEditor.desktop</launchable>
|
|
|
+ <screenshots>
|
|
|
+ <screenshot type="default">
|
|
|
+ <image>https://raw.githubusercontent.com/pixieditor/pixieditor/refs/heads/flatpak/assets/flatpak/screenshots/anim.png</image>
|
|
|
+ <caption>Frame-by-frame animation with onion skinning</caption>
|
|
|
+ </screenshot>
|
|
|
+ <screenshot>
|
|
|
+ <image>https://raw.githubusercontent.com/pixieditor/pixieditor/refs/heads/flatpak/assets/flatpak/screenshots/graph.png</image>
|
|
|
+ <caption>Procedurally generated islands</caption>
|
|
|
+ </screenshot>
|
|
|
+ <screenshot>
|
|
|
+ <image>https://raw.githubusercontent.com/pixieditor/pixieditor/refs/heads/flatpak/assets/flatpak/screenshots/palettes.png</image>
|
|
|
+ <caption>Palette browser</caption>
|
|
|
+ </screenshot>
|
|
|
+ <screenshot>
|
|
|
+ <image>https://raw.githubusercontent.com/pixieditor/pixieditor/refs/heads/flatpak/assets/flatpak/screenshots/vector.png</image>
|
|
|
+ <caption>Vectors editing tools</caption>
|
|
|
+ </screenshot>
|
|
|
+ </screenshots>
|
|
|
+</component>
|