Development: Difference between revisions

From WowWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This is a section about developing applications for WOWCUBE
This is a section about developing applications for WOWCUBE


Development can be carried out in the PAWN language (See [https://github.com/compuphase/pawn/blob/master/doc/Pawn_Language_Guide.pdf Pawn_Language_Guide.pdf], and [https://wiki.alliedmods.net/Pawn_Tutorial Pawn Tutorial])
Development can be carried out in the PAWN language. PAWN is a derivative of “Small C” (See [https://github.com/compuphase/pawn/blob/master/doc/Pawn_Language_Guide.pdf Pawn_Language_Guide.pdf], and [https://wiki.alliedmods.net/Pawn_Tutorial Pawn Tutorial])




[[API]] - To work with specific cube functions
[[API]] - To work with specific cube functions

Revision as of 16:46, 25 August 2020

This is a section about developing applications for WOWCUBE

Development can be carried out in the PAWN language. PAWN is a derivative of “Small C” (See Pawn_Language_Guide.pdf, and Pawn Tutorial)


API - To work with specific cube functions