blob: 71d732e57cb2f5e78f36a8ebe5a7ba2ce30f226c (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2018-2023 Rodolphe Suescun and contributors -->
<component type="desktop">
<id>io.github.RodZill4.Material-Maker.desktop</id>
<name>Material Maker</name>
<summary>Procedural texture generation and mesh painting tool</summary>
<description>
<p>
Material Maker is a tool that can be used to create textures procedurally and paint 3D models.
</p>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<developer_name>Rodolphe Suescun and contributors</developer_name>
<url type="homepage">https://github.com/RodZill4/material-maker</url>
<url type="help">https://rodzill4.github.io/material-maker/doc/</url>
<url type="bugtracker">https://github.com/RodZill4/material-maker/issues</url>
<screenshots>
<screenshot type="default">
<image type="source" width="1257" height="680">https://raw.githubusercontent.com/RodZill4/material-maker/master/material_maker/doc/images/screenshot.png</image>
<caption>Editing a procedurally generated texture</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.3" date="2023-04-24"/>
<release version="1.2" date="2023-01-22"/>
<release version="1.1" date="2022-10-24"/>
<release version="1.0" date="2022-07-22"/>
<release version="0.99" date="2022-04-09"/>
<release version="0.98" date="2022-01-22"/>
<release version="0.97" date="2021-10-17"/>
<release version="0.96" date="2021-07-31"/>
<release version="0.95" date="2021-04-20"/>
<release version="0.94" date="2021-01-31"/>
<release version="0.93" date="2020-10-11"/>
<release version="0.92" date="2020-06-27"/>
<release version="0.9" date="2020-03-15"/>
</releases>
<update_contact>hugo.locurcio@hugo.pro</update_contact>
</component>
|