WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. Examples
  4. wowcubeapp-build.json
Mission NodeSDK 6.1C++renderingProject Included

wowcubeapp-build.json

Examples / SDK 6.1 / C++ / rendering / Gfx Engine - Orientation / project
wowcubeapp-build.json
JSON
1{
2 "name": "GfxOrientation",
3 "version": "1.0.0",
4 "sourceFile": "src/GfxOrientation.cpp",
5 "scriptFile": "binary/GfxOrientation.wasm",
6 "appIcon": {
7 "path": "assets/icon.png"
8 },
9 "soundAssetsDir": "assets/sounds",
10 "imageAssetsDir": "assets/images",
11 "sdkVersion": "6.1",
12 "appFlags": 0,
13 "language": "cpp",
14 "interpreter": "wasm",
15 "projectOptions": {
16 "cpp": {
17 "defines": "DUMMY_DEFINE=1;DUMMY_DEFINE2=2",
18 "flags": "-std=c++11 -Oz -flto -fno-exceptions -mexec-model=reactor -z stack-size=10240",
19 "compilerSettings": ",--initial-memory=65536,--export=run,--export=on_init,--strip-all,--lto-O3",
20 "includeFolders": [
21 "",
22 "",
23 "",
24 "",
25 ""
26 ]
27 }
28 },
29 "imageAssets": [
30 {
31 "path": "assets/images/torch1.png",
32 "alias": "torch1.png"
33 },
34 {
35 "path": "assets/images/torch2.png",
36 "alias": "torch2.png"
37 },
38 {
39 "path": "assets/images/torch3.png",
40 "alias": "torch3.png"
41 },
42 {
43 "path": "assets/images/torch4.png",
44 "alias": "torch4.png"
45 },
46 {
47 "path": "assets/images/torch5.png",
48 "alias": "torch5.png"
49 },
50 {
51 "path": "assets/images/torch6.png",
52 "alias": "torch6.png"
53 },
54 {
55 "path": "assets/images/torch7.png",
56 "alias": "torch7.png"
57 },
58 {
59 "path": "assets/images/torch8.png",
60 "alias": "torch8.png"
61 }
62 ],
63 "soundAssets": []
64}
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.
Context Rail

Project files

GfxOrientation.cpp
project/src/GfxOrientation.cpp
GfxOrientation.h
project/src/GfxOrientation.h
wowcubeapp-build.json
project/wowcubeapp-build.json
Context Rail

Related nodes

Gfx Engine - Orientation
Examples / SDK 6.1 / C++ / rendering
info.json
Examples / SDK 6.1 / C++ / rendering / Gfx Engine - Orientation
GfxOrientation.cpp
Examples / SDK 6.1 / C++ / rendering / Gfx Engine - Orientation / project / src
GfxOrientation.h
Examples / SDK 6.1 / C++ / rendering / Gfx Engine - Orientation / project / src
Previous Node
GfxOrientation.h
Examples / SDK 6.1 / C++ / rendering / Gfx Engine - Orientation / project / src
Next Node
Gfx Engine - Bitmaps
Examples / SDK 6.1 / C++ / rendering