Sample projects surfaced as cards, not buried folders.
These cards are code snippets built from SDK example metadata. Binary image and sound assets are not included here, so the snippets are not complete, buildable SDK projects.
Command Filters
Example mission filters
Filters update automatically as you type or select.
Messaging Part II
Network messaging Part II So, in the previous example we figured out how to send data from one module to another. And in principle we could have finished her...
GFX Engine - Text
GFX Engine Text Ok, so we've learned how to draw graphic primitives and sprites, as well as how to render a text using CubiOS native API. This could have bee...
Gfx Engine - Orientation
Gfx Engine Orientation Device orientation refers to the physical orientation of a device in space. It can be detected by built in sensors such as acceleromet...
Gfx Engine - Bitmaps
Gfx Engine Bitmaps Bitmaps (or sprites) are the same type of GFX Engine objects as text, background and any other object that can be added to the scene. In p...
Gfx Engine - Offscreen Render Targets
Gfx Engine Offscreen Render Target An offscreen render target , also known as an offscreen framebuffer, is a technique used in computer graphics to render im...
Gfx Engine - Sprite Atlas
Gfx Engine Sprite Atlas A sprite atlas is a single image (or texture) that contains multiple smaller images, often referred to as sprites . These smaller ima...
Gfx Engine - Animated Sprites and Sprite Atlases
Gfx Engine Animated Sprites and Sprite Atlases In the previous example, we got acquainted with how texture atlases are created and used. We created a couple ...
Device Orientation
The terminology used in this article is most likely a subject to change Locations Unlike any other gaming console, the layout of WOWCube screens does not hav...
Cube Mapping
The terminology used in this article is most likely a subject to change Cubemaps As it was shown in the previous example (please see it first in case you've ...
Scrambling
Virtual topology In previous examples, we looked at what the topology is and how to work with it. The CubiOS operating system provides information about the ...