Docs Hub

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.

Reference Grid122 entries

API

WOWCube SDK API reference for versioned C++, Pawn, and Rust documentation.

Open API+
Launch Paths113 entries

Examples

WOWCube SDK example projects and walkthroughs with runnable sample apps.

Open Examples+
Source Lattice178 entries

Source

WOWCube SDK source code reference for browsing files by language, version, and subsystem.

Open Source+
Device Link5 entries

WOWConnect

WOWConnect device discovery, BLE, and host integration documentation.

Open WOWConnect+
Docs Site Changelog

Fresh improvements shipped to the docs experience itself.

This feed tracks changes to the docs site UI, browsing flow, AI tools, and navigation so people can see what got better without hunting for it.

3 recent updates

Command Filters

Mission index

Filters update automatically as you type or select.

Clear filters
Reference GridSDK 6.3C++API Reference

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...

API / SDK 6.3 / C++ / API Reference
Reference GridSDK 6.3C++API Reference

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...

API / SDK 6.3 / C++ / API Reference
Reference GridSDK 6.3C++API Reference

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...

API / SDK 6.3 / C++ / API Reference
Reference GridSDK 6.3C++API Reference

Application

Application Virual Methods on Tick Summary Application tick handler. Description This function is called on each iteration of an application loop. Main appli...

API / SDK 6.3 / C++ / API Reference
Reference GridSDK 6.3C++API Reference

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...

API / SDK 6.3 / C++ / API Reference
Reference GridSDK 6.3C++API Reference

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...

API / SDK 6.3 / C++ / API Reference
Reference GridSDK 6.3C++API Reference

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...

API / SDK 6.3 / C++ / API Reference
Reference GridSDK 6.3C++API Reference

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...

API / SDK 6.3 / C++ / API Reference
Reference GridSDK 6.3C++API Reference

Leaderboard

Leaderboard LB getInfo Summary Get leaderboard table. Description Players score and achievements can be saved and shared via mobile application and WOWCube E...

API / SDK 6.3 / C++ / API Reference
Reference GridSDK 6.3C++API Reference

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...

API / SDK 6.3 / C++ / API Reference
Reference GridSDK 6.3C++gfx engine

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...

API / SDK 6.3 / C++ / gfx engine
Reference GridSDK 6.3C++gfx engine

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...

API / SDK 6.3 / C++ / gfx engine
Reference GridSDK 6.3C++gfx engine

Cubios::Math::Transform

Cubios::Math::Transform Constructors Transform Summary Constructs transform object that includes position, rotation and mirroring mode Synopsis Transform() A...

API / SDK 6.3 / C++ / gfx engine
Reference GridSDK 6.3C++gfx engine

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 ...

API / SDK 6.3 / C++ / gfx engine
Reference GridSDK 6.3C++gfx engine

Cubios::Gfx::Colors

Cubios::Gfx::Colors Colors Collection of predefined ARGB8888 values of various colors Synopsis enum Colors { aliceBlue=0xFFF0F8FF, antiqueWhite=0xFFFAEBD7, a...

API / SDK 6.3 / C++ / gfx engine
Reference GridSDK 6.3C++gfx engine

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...

API / SDK 6.3 / C++ / gfx engine
Reference GridSDK 6.3C++gfx engine

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...

API / SDK 6.3 / C++ / gfx engine
Reference GridSDK 6.3C++gfx engine

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 ...

API / SDK 6.3 / C++ / gfx engine
Recent History

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.

No visited nodes yet

Open a few docs and your recent history will start building here automatically.

Open Changelog