File: io.github.mrd.achilles.metainfo.xml

package info (click to toggle)
achilles 3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 908 kB
  • sloc: sh: 3,361; cpp: 2,105; xml: 26; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download
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&apos;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>