-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathsh.fasttrack.fasttrack.metainfo.xml
More file actions
29 lines (24 loc) · 1.03 KB
/
sh.fasttrack.fasttrack.metainfo.xml
File metadata and controls
29 lines (24 loc) · 1.03 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>sh.fasttrack.fasttrack</id>
<name>FastTrack</name>
<summary>Multiple objects tracking software, easy to use, and performant.</summary>
<metadata_license>MIT</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<description>
<p>
FastTrack is a free (as freedom) desktop tracking software, easy to install, easy to use, and performant. The software can be downloaded for Linux, macOS, and Windows, and a public API is available to embed the core of the software in any C++/Qt project.
</p>
</description>
<launchable type="desktop-id">sh.fasttrack.fasttrack.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/FastTrackOrg/FastTrack/master/docs/user/assets/readme.png</image>
</screenshot>
</screenshots>
</component>