-
Notifications
You must be signed in to change notification settings - Fork 1
/
texpainter.projinfo.json
52 lines (52 loc) · 1.39 KB
/
texpainter.projinfo.json
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
51
52
{
"acknowledgement": [
{
"what": "The OpenEXR file format and support library",
"who": "Academy Software Foundation"
},
{
"what": "The fftw3 library",
"who": "The FFTW team"
},
{
"what": "The libnotify library",
"who": "The GNOME Project"
},
{
"what": "The UI toolkit",
"who": "The GTK+ team"
},
{
"what": "The PCG32 random number generator",
"who": "Melissa O'Neill"
},
{
"what": "The nlohmann-json library",
"who": "Niels Lohmann"
}
],
"copyright": [
{
"author": "Torbjörn Rathsman",
"years": [
2020,
2021
]
}
],
"description": [
"Texpainter is a tool for creating tilable textures. Texpainter supports",
"",
"* Drawing utility that wraps on image boundaries",
"* Non-desctructive filters and compositing",
"* Linear HDR workflow"
],
"description_short": "A tool for creating tilable textures",
"homepage": "https://github.com/milasudril/texpainter",
"legal_info": {
"license_short": "Texpainter comes with ABSOLUTELY NO WARRANTY; for details see section 15 and 16 in the GNU General Public License version 3. Texpainter is free software, and you are welcome to redistribute it under the terms of the GNU General Public License, either version 3, or at your option, any later version.",
"license_tag": "GPL-3.0-or-later"
},
"name": "Texpainter",
"vcs_url": "https://github.com/milasudril/texpainter/texpainter.git"
}