Difference between revisions of "Custom Content"

From PowerUI
Jump to: navigation, search
(Input Pointers)
 
(2 intermediate revisions by the same user not shown)
Line 22: Line 22:
  
 
* Adding support for some custom image format
 
* Adding support for some custom image format
 +
 +
== Input Pointers ==
 +
 +
* Create one or more custom 2D "pointing devices". Note that a common VR pointer is built in.
 +
 +
== Scripting Engines ==
 +
 +
* Adding support for multiple scripting engines
 +
 +
== Speech Synthesis Engines ==
 +
 +
* Adding a speech synthesis engine (for use with the [[Dialogue|dialogue system]])
  
 
== Compressors ==
 
== Compressors ==
  
 
* Creating a compression plugin
 
* Creating a compression plugin

Latest revision as of 23:22, 13 January 2017

Virtually all of the internals in PowerUI are extendible with custom content. Here's a directory of guides for extending the more common aspects:

The DOM

Networking

Spark (The CSS Engine)

Invent a CSS..

Image Formats

  • Adding support for some custom image format

Input Pointers

  • Create one or more custom 2D "pointing devices". Note that a common VR pointer is built in.

Scripting Engines

  • Adding support for multiple scripting engines

Speech Synthesis Engines

Compressors

  • Creating a compression plugin