Getting started/SDK: Difference between revisions
Jump to navigation
Jump to search
Roy Curtis (talk | contribs) draft - progress commit |
mNo edit summary |
||
Line 5: | Line 5: | ||
* '''A user account''' - Bots must be logged in with the account's credentials. [http://virtualparadise.org/signup.php Sign up here]. | * '''A user account''' - Bots must be logged in with the account's credentials. [http://virtualparadise.org/signup.php Sign up here]. | ||
* '''Basic programming knowledge''' | * '''Basic programming knowledge''' | ||
* '''[[Simple greeter bot]]''' |
Latest revision as of 22:19, 19 August 2016
The Virtual Paradise Software Development Kit is a programming interface that allows for the creation of "bots". These bots may do almost anything the browser can do. This allows for programmable tasks such as terrain management, game hosting, teleportation services and more. They are especially useful for repetitive tasks or functions otherwise unprovided by the browser, or when accessing Virtual Paradise worlds without full 3D interactivity is not desired.
Requirements
The SDK is available for various programming languages. Any SDK requires...
- A user account - Bots must be logged in with the account's credentials. Sign up here.
- Basic programming knowledge
- Simple greeter bot