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
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.mrd.achilles</id>
<name>achilles</name>
<summary>Artificial life and evolution simulator</summary>
<metadata_license>MIT</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<description>
<p>
Achilles is an artificial life and evolution simulator that uses Hebbian neural networks and OpenGL/SDL to simulate life in a simplified environment. It is based on Larry Yaeger's PolyWorld.
</p>
</description>
<launchable type="desktop-id">achilles.desktop</launchable>
<url type="homepage">https://mrd.github.io/achilles/</url>
<screenshots>
<screenshot type="default">
<image>https://mrd.github.io/achilles/screen1.png</image>
</screenshot>
<screenshot>
<image>https://mrd.github.io/achilles/screen2.png</image>
</screenshot>
<screenshot>
<image>https://mrd.github.io/achilles/screen3.png</image>
</screenshot>
</screenshots>
</component>
|