-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdev.sparcles.SREngine.metainfo.xml
48 lines (38 loc) · 1.41 KB
/
dev.sparcles.SREngine.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>dev.sparcles.SREngine</id>
<name>SpaRcle Engine</name>
<summary>Cross-platform 2D/3D game engine in C++</summary>
<project_license>MIT</project_license>
<metadata_license>MIT</metadata_license>
<description>
<p>
SpaRcle Engine is a game engine developed in C++.
It aims to establish a strong base for game creation and is currently in the early stages of development,
emphasizing the creation of a versatile and efficient architecture.
</p>
</description>
<launchable type="desktop-id">dev.sparcles.SREngine.desktop</launchable>
<categories>
<category>Development</category>
</categories>
<developer id="dev.sparcles">
<name>SpaRcle Studio</name>
</developer>
<url type="homepage">https://sparcles.dev</url>
<screenshots>
<screenshot type="default">
<image>https://sparcles.dev/engine-editor-raptoid.png</image>
<caption>SpaRcle Engine's editor and animated prefab</caption>
</screenshot>
<screenshot>
<image>https://sparcles.dev/engine-demo-scene.png</image>
<caption>SpaRcle Engine's demo scene</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"></content_rating>
<update_contact>[email protected]</update_contact>
<releases>
<release version="0.0.7" date="2024-04-23"/>
</releases>
</component>