 Suite of GUI development tools optimized for low-cost, resource-constrained embedded devices - Consists of the Prism Runtime Framework as a GUI toolkit; Prism Micro for monochrome and 8-bit color depth targets; and Prism Insight, which is the GUI design and resource editing tool
- Framework component automates design and deployment with a widget set, drawing engine, event manager, and screen manager
- The tools create rich animations, screen transitions, anti-aliasing (a must on low-res screens), as well as blending and canvas transformations
- Prism Micro is a version of the Runtime Framework thats designed specifically for cost-constrained and low-color-depth targets
- Prism Insight is a drag-and-drop WYSIWYG with TrueType fonts and widgets to create buttons and other screen elements
- Output files can be C/C++, XML, or binary
|