Difference between revisions of "Infrastructure Guide"

From Virtual World Web Wiki
Jump to: navigation, search
(API Documentation)
(Scripting Documentation)
Line 21: Line 21:
 
== Scripting Documentation ==
 
== Scripting Documentation ==
  
[[Server Scripting]]
+
[[Server Scripting]] - Documents the server instance scripting system. From working with the DOM, to using the GameCloud, to working with LayerOne objects like participants, views, and chat channels, it's all here.
  
[[Curio UI Scripting]]
+
[[Curio UI Scripting]] - Documents the Curio UI scripting system. (Ian? what are you doing this year?)
  
 
== Document Object Model (DOM) Documentation ==
 
== Document Object Model (DOM) Documentation ==
  
 
[[DOM Nodes]]
 
[[DOM Nodes]]

Revision as of 14:13, 15 October 2016

Following is a list of pages documenting the Virtual World Web infrastructure. Programming guides, API documentation, scripting documentation and more.

API Documentation

Server API - Documents the VWW.CoreLibs.ServerAPI library used to write service provider components. This is the foundation of Virtual World Web server extensibility.

System Documentation

Key Concepts

Scripting Documentation

Server Scripting - Documents the server instance scripting system. From working with the DOM, to using the GameCloud, to working with LayerOne objects like participants, views, and chat channels, it's all here.

Curio UI Scripting - Documents the Curio UI scripting system. (Ian? what are you doing this year?)

Document Object Model (DOM) Documentation

DOM Nodes