Development

From WowWiki
Revision as of 15:37, 11 February 2023 by Wishnewsky (talk | contribs)
Jump to navigation Jump to search

Developing WOWCube-specific applications

If you have a question, consider visiting #how-to in our Discord's Code Desk (https://discord.gg/kCay3Rdbst) for getting help from fellow developers and official support both.

WOWCube offers several programming paradigms:


1. Development of specialized applications (cubelets) can be carried out:
WOWCube PAWN API (Cube-specific Pawn functions)


WOWCube WASM API (Cube-specific Wasm functions)


2. [obsolete] Development of programs for smartphones (or other external devices) transmitting data and graphics to the cube as to an external device, according to the protocol BlueTooth. We call this mode "Projector" [obsolete]


3. Development using WOWCube DevKit: software bundle that allows you to develop games and applications for WOWCube without having a physical device. Apps can be transferred to a cube via BlueTooth using from VSC plugin.
WOWCube DevKit Guide