Difference between revisions of "Custom Content"
From PowerUI
(→Input Pointers) |
|||
(One intermediate revision 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 == | == Scripting Engines == |
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:
Contents
The DOM
- Custom elements (HTML, SVG, MathML etc)
Networking
- Create a custom schema (protocol://)
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
- Adding a speech synthesis engine (for use with the dialogue system)
Compressors
- Creating a compression plugin