Navigate the WOWCube SDK like a control room, not a file dump.
Search the corpus, then pivot into the part of the surface that matches your job: reference work, sample projects, raw SDK source, device connectivity, or release notes.
Launch with guided examples if you need working code before full reference depth.
Filter by version and language to isolate the exact SDK surface you are targeting.
Use the changelog lane when you are verifying drift across SDK releases.
API
WOWCube SDK API reference for versioned C++, Pawn, and Rust documentation.
Examples
WOWCube SDK example projects and walkthroughs with runnable sample apps.
Source
WOWCube SDK source code reference for browsing files by language, version, and subsystem.
WOWConnect
WOWConnect device discovery, BLE, and host integration documentation.
What are you trying to build?
Skip the folder hunt and enter the documentation through the task you have in mind.
Command Filters
Mission index
Filters update automatically as you type or select.
Global Defines
Global Defines GAME\ SAVE\ SIZE Summary Maximum allowed size of an application save data in bytes. Synopsis define GAME SAVE SIZE 256 MESSAGE\ SIZE Summary N...
Data Structures
Data Structures AppVersion t Description Fields: full full version value encoded in one 32 bit integer major major version value minor minor version value pa...
Enumerated Types
Enumerated Types GFX mirror t Summary Enumeration of an image mirroring options. Synopsis enum GFX mirror t { MIRROR BLANK = 0, MIRROR X, MIRROR Y, MIRROR XY...
Application
Application Virual Methods on Tick Summary Application tick handler. Description This function is called on each iteration of an application loop. Main appli...
Graphics
Graphics GFX getAssetId Summary Get an image ID by the filename. Description Usually an application uses image IDs to draw sprites and backgrounds. But somet...
Topology
Topology TOPOLOGY getAdjacentFacelet Summary Get a facelet neighbor in the given direction. Description Facelet can have neighbors on the same cube face or n...
Sound
Sound SND getAssetId Summary Get a sound ID by the filename. Description Usually an application uses sound IDs to start playback. But sometimes IDs are unkno...
Motion Sensors
Motion Sensors MS getFaceAccelX Summary Get accelerometer value along X axis of a display. Inputs display a screen index for which accelerometer value will b...
Leaderboard
Leaderboard LB getInfo Summary Get leaderboard table. Description Players score and achievements can be saved and shared via mobile application and WOWCube E...
Logging
Logging LOG a Summary Print an assert log message and stop application execution. Inputs format a string with format specifiers ... variable values to insert...
Cubios::Math
Cubios::Math Global Defines LN 2 Summary Coupling coefficient of binary and natural logarithm Synopsis define LN 2 0.693147180559945f PI Summary PI value Syn...
Cubios::Math::Vec2
Cubios::Math::Vec2 Constructors Vec2 Summary Constructs a two component vector object Synopsis Vec2(); Arguments x x component value y y component value Syno...
Cubios::Math::Transform
Cubios::Math::Transform Constructors Transform Summary Constructs transform object that includes position, rotation and mirroring mode Synopsis Transform() A...
Cubios::Math::Color
Cubios::Math::Color Constructors Color Constructs RGBA color object Synopsis Color() Arguments r value of the red component g value of the green component b ...
Cubios::Gfx::Colors
Cubios::Gfx::Colors Colors Collection of predefined ARGB8888 values of various colors Synopsis enum Colors { aliceBlue=0xFFF0F8FF, antiqueWhite=0xFFFAEBD7, a...
Cubios::Gfx::Background
Cubios::Gfx::Background Constructors Background Summary Constructs an object for rendering of solid color background Arguments r value of the red component g...
Cubios::Gfx::Sprite
Cubios::Gfx::Sprite Constructors Sprite Summary Constructs an object for rendering sprite Arguments name name of sprite resource t Transform object that hold...
Cubios::Gfx::SpriteAtlas
Cubios::Gfx::SpriteAtlas Constructors SpriteAtlas Summary Constructs an object for storing multiple images in a set (an atlas) Arguments filename name of an ...
Recent nodes visited
This is where docs you open will be stored as you browse, with the newest at the top and up to 8 visited nodes saved.
Open a few docs and your recent history will start building here automatically.