-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathorg.mobsya.ThymioSuite.metainfo.xml
50 lines (42 loc) · 2.3 KB
/
org.mobsya.ThymioSuite.metainfo.xml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.mobsya.ThymioSuite</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Thymio Suite</name>
<summary>Accessing Thymio's programming interfaces easily</summary>
<developer_name>Mobsya</developer_name>
<description>
<p> Thymio Suite allows you to choose easily between the different programming interfaces you can use to program a Thymio educational robot. The different interfaces available are:</p>
<ul>
<li>VPL (Visual Programming Language)</li>
<li>VPL3</li>
<li>Blockly</li>
<li>Scratch</li>
<li>Aseba Studio</li>
</ul><p> On top of the programming interfaces, Thymio Suite gives you access to different tools such as the Thymio Simulator, Thymio Upgrader and Wireless Thymio configurator. Thymio Suite also allows you to browse and access all Thymio robots plugged to your computer, or available in your network. You can give each robot a name that will be stored in the robot for easier identification. You can now acces robots over internet on a remote host</p>
</description>
<content_rating type="oars-1.0" />
<launchable type="desktop-id">org.mobsya.ThymioSuite.desktop</launchable>
<url type="homepage">https://www.thymio.org</url>
<url type="bugtracker">https://github.com/Mobsya/aseba/issues</url>
<url type="help">https://www.thymio.org/help/linux-installation/</url>
<update_contact>support@mobsya.org</update_contact>
<screenshots>
<screenshot type="default">
<image>https://www.thymio.org/share/thymio-suite.png</image>
<caption>Chose one of many ways to program Thymio</caption>
</screenshot>
<screenshot>
<image>https://www.thymio.org/share/thymio-suite-aseba-robot-selection.png</image>
<caption>Use physical or simulated thymios, on your computer or the network</caption>
</screenshot>
<screenshot>
<image>https://www.thymio.org/share/thymio-suite-vpl.png</image>
<caption>Visual Programming Language</caption>
</screenshot>
</screenshots>
<releases>
<release version="2.3.2" date="2022-06-09"/>
</releases>
</component>