author | František Kučera <franta-hg@frantovo.cz> |
Tue, 05 Dec 2023 22:55:25 +0100 | |
branch | v_0 |
changeset 20 | 0899e966993e |
parent 19 | 262828ae9682 |
child 24 | 98d033d3ef7c |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<configurationDescriptor version="100"> |
|
3 |
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> |
|
4 |
<df root="." name="0"> |
|
7
e6065118326f
monitor texture and shader file writes using inotify: print file events
František Kučera <franta-hg@frantovo.cz>
parents:
5
diff
changeset
|
5 |
<in>FileMonitor.cpp</in> |
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
6 |
<in>ImageLoader.cpp</in> |
5
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
7 |
<in>Program.cpp</in> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
8 |
<in>Shader.cpp</in> |
0 | 9 |
<in>Shark.cpp</in> |
19 | 10 |
<in>Texture.cpp</in> |
0 | 11 |
<in>shader-shark.cpp</in> |
12 |
</df> |
|
13 |
<logicalFolder name="ExternalFiles" |
|
14 |
displayName="Important Files" |
|
15 |
projectFiles="false" |
|
16 |
kind="IMPORTANT_FILES_FOLDER"> |
|
17 |
<itemPath>Makefile</itemPath> |
|
18 |
<itemPath>nbproject/private/launcher.properties</itemPath> |
|
19 |
</logicalFolder> |
|
20 |
</logicalFolder> |
|
21 |
<sourceFolderFilter>^(nbproject)$</sourceFolderFilter> |
|
22 |
<sourceRootList> |
|
23 |
<Elem>.</Elem> |
|
24 |
</sourceRootList> |
|
25 |
<projectmakefile>Makefile</projectmakefile> |
|
26 |
<confs> |
|
27 |
<conf name="Default" type="0"> |
|
28 |
<toolsSet> |
|
29 |
<compilerSet>default</compilerSet> |
|
30 |
<dependencyChecking>false</dependencyChecking> |
|
31 |
<rebuildPropChanged>false</rebuildPropChanged> |
|
32 |
</toolsSet> |
|
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
33 |
<flagsDictionary> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
34 |
<element flagsID="0" commonFlags="-std=c++20 -fopenmp -fopenmp -fopenmp"/> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
35 |
</flagsDictionary> |
0 | 36 |
<codeAssistance> |
37 |
</codeAssistance> |
|
38 |
<makefileType> |
|
39 |
<makeTool> |
|
40 |
<buildCommandWorkingDir>.</buildCommandWorkingDir> |
|
41 |
<buildCommand>${MAKE} -f Makefile</buildCommand> |
|
42 |
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand> |
|
43 |
<executablePath>build/shader-shark</executablePath> |
|
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
44 |
<ccTool> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
45 |
<incDir> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
46 |
<pElem>/usr/include/x86_64-linux-gnu/ImageMagick-6</pElem> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
47 |
<pElem>/usr/include/ImageMagick-6</pElem> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
48 |
</incDir> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
49 |
<preprocessorList> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
50 |
<Elem>MAGICKCORE_HDRI_ENABLE=0</Elem> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
51 |
<Elem>MAGICKCORE_QUANTUM_DEPTH=16</Elem> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
52 |
</preprocessorList> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
53 |
</ccTool> |
0 | 54 |
</makeTool> |
55 |
<preBuild> |
|
56 |
<preBuildCommandWorkingDir>.</preBuildCommandWorkingDir> |
|
57 |
<preBuildCommand></preBuildCommand> |
|
58 |
</preBuild> |
|
59 |
</makefileType> |
|
7
e6065118326f
monitor texture and shader file writes using inotify: print file events
František Kučera <franta-hg@frantovo.cz>
parents:
5
diff
changeset
|
60 |
<item path="FileMonitor.cpp" ex="false" tool="1" flavor2="0"> |
e6065118326f
monitor texture and shader file writes using inotify: print file events
František Kučera <franta-hg@frantovo.cz>
parents:
5
diff
changeset
|
61 |
<ccTool flags="0"> |
e6065118326f
monitor texture and shader file writes using inotify: print file events
František Kučera <franta-hg@frantovo.cz>
parents:
5
diff
changeset
|
62 |
</ccTool> |
e6065118326f
monitor texture and shader file writes using inotify: print file events
František Kučera <franta-hg@frantovo.cz>
parents:
5
diff
changeset
|
63 |
</item> |
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
64 |
<item path="ImageLoader.cpp" ex="false" tool="1" flavor2="0"> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
65 |
<ccTool flags="0"> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
66 |
</ccTool> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
67 |
</item> |
5
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
68 |
<item path="Program.cpp" ex="false" tool="1" flavor2="0"> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
69 |
<ccTool flags="0"> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
70 |
</ccTool> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
71 |
</item> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
72 |
<item path="Shader.cpp" ex="false" tool="1" flavor2="0"> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
73 |
<ccTool flags="0"> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
74 |
</ccTool> |
ee4ba9f5a053
OOP for Shader and ShaderProgram
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
75 |
</item> |
0 | 76 |
<item path="Shark.cpp" ex="false" tool="1" flavor2="0"> |
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
77 |
<ccTool flags="0"> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
78 |
</ccTool> |
0 | 79 |
</item> |
19 | 80 |
<item path="Texture.cpp" ex="false" tool="1" flavor2="0"> |
81 |
<ccTool flags="0"> |
|
82 |
</ccTool> |
|
83 |
</item> |
|
0 | 84 |
<item path="shader-shark.cpp" ex="false" tool="1" flavor2="0"> |
1
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
85 |
<ccTool flags="0"> |
fb65455622b9
load textures from PNG, JPEG etc. files using ImageMagick
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
86 |
</ccTool> |
0 | 87 |
</item> |
88 |
</conf> |
|
89 |
</confs> |
|
90 |
</configurationDescriptor> |