Difference between revisions of "Custom Content"
From PowerUI
Line 22: | Line 22: | ||
* Adding support for some custom image format | * Adding support for some custom image format | ||
+ | |||
+ | == 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 |
Revision as of 23:20, 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
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