The GameView is a blindingly fast container for game development with a physics engine and PIXI as underlying sprite container which uses the GPU to render graphics.
The GameView runs a standalone script which can communicate with the main app via gfx.Execute or gmv.Execute vice versa.
Starting from DS 2.05 the GameView supports the same options as CreateGame.
You can find references of GameView scripting here:
- official DS GameView tutorials (Start with lesson 1; Sample SPK)
GameView in web browsers
If you prefer to work on a PC you can even run and debug your GameView code in a regular web-browser. Check out these demos to see how it works: http://androidscript.org/beta/GameViewWeb
Properties
The following properties are available on the GameView object:
Methods
The following methods are available on the GameView object: