-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-info.json
43 lines (41 loc) · 1.09 KB
/
package-info.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
{
"author" : "immersive-arts.ch / tecartlab.com",
"authors" : [ "Martin Froehlich" ],
"description" : "SPatial Augmented Reality Kit allows to integrate you max patch with all the powerfull mapping abstraction SPARCK offers.",
"displayname" : "",
"extends" : "",
"extensible" : 0,
"homepatcher" : "SPARCK overview.maxpat",
"max_version_max" : "none",
"max_version_min" : "8.1.2",
"name" : "SPARCK",
"os" : {
"macintosh" : {
"platform" : [ "x64" ],
"min_version" : "none"
}
,
"windows" : {
"platform" : [ "x64" ],
"min_version" : "none"
}
}
,
"package_extra" : {
"reverse_domain" : "ch.immersive-arts",
"copyright" : "Copyright (c) 2022 immersive-arts.ch / tecartlab.com"
}
,
"tags" : ["framework", "interactive", "mapping", "augmented reality"],
"version" : "2.0.0",
"website" : "https://github.com/immersive-arts/sparck2",
"filelist" : {
"examples" : [],
"externals" : [],
"patchers" : [],
"help" : ["QueScript.maxhelp", "bs.help.QueScript.maxpat", "bs.file.select.maxhelp"],
"docs" : [],
"code" : [],
"extras" : [ "SPARCK overview.maxpat" ]
}
}