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.2C++topologyProject Included

wowcubeapp-build.json

Examples / SDK 6.2 / C++ / topology / Device Orientation / project
wowcubeapp-build.json
JSON
1{
2 "name": "DeviceOrientation",
3 "version": "1.0.0",
4 "sourceFile": "src/DeviceOrientation.cpp",
5 "scriptFile": "binary/DeviceOrientation.wasm",
6 "appIcon": {
7 "path": "assets/icon.png"
8 },
9 "soundAssetsDir": "assets/sounds",
10 "imageAssetsDir": "assets/images",
11 "sdkVersion": "6.2",
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/0.png",
32 "alias": "0.png"
33 },
34 {
35 "path": "assets/images/1.png",
36 "alias": "1.png"
37 },
38 {
39 "path": "assets/images/2.png",
40 "alias": "2.png"
41 },
42 {
43 "path": "assets/images/3.png",
44 "alias": "3.png"
45 }
46 ],
47 "soundAssets": []
48}
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.
Context Rail

Project files

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

Related nodes

Device Orientation
Examples / SDK 6.2 / C++ / topology
info.json
Examples / SDK 6.2 / C++ / topology / Device Orientation
DeviceOrientation.cpp
Examples / SDK 6.2 / C++ / topology / Device Orientation / project / src
DeviceOrientation.h
Examples / SDK 6.2 / C++ / topology / Device Orientation / project / src
Previous Node
DeviceOrientation.h
Examples / SDK 6.2 / C++ / topology / Device Orientation / project / src
Next Node
Cube Mapping
Examples / SDK 6.2 / C++ / topology