furnace/res/furnace.appdata.xml
tildearrow a8a38dce2b 0.6pre1 - introduce the final changes
- implement E1xy/E2xy Defle bug when using same note twice
- add SNK Touchdown Fever preset
- update README.md and to-do list
- update credits

thank you for your patience!

see you in 0.6pre1.5 coming soon...
2022-06-29 04:57:05 -05:00

29 lines
906 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.tildearrow.furnace</id>
<name>Furnace</name>
<summary>Open-source chiptune tracker</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<description>
<p>
the biggest chiptune tracker ever made!
</p>
<p>
it allows you to create songs using a music tracker interface for several computer/game console/arcade sound chips.
</p>
<p>
it also offers DefleMask compatibility, allowing you to import your songs and even export them back for interoperability.
</p>
</description>
<launchable type="desktop-id">furnace.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://tildearrow.org/storage/images/furnace.png</image>
</screenshot>
</screenshots>
</component>