Difference between revisions of "ISUI"
Jump to navigation
Jump to search
(→Basics) |
|||
Line 5: | Line 5: | ||
== Basics == | == Basics == | ||
; ISUI encompasses these basic parts | ; ISUI encompasses these basic parts | ||
− | * [[ISUI:Templates|Templates]] | + | * [[ISUI:Items|Items]] |
− | ** Using Templates | + | ** [[ISUI:Templates|Templates]] |
− | ** Creating Templates | + | *** Using Templates |
− | * [[ISUI:Textures|Textures]] | + | *** Creating Templates |
− | ** [[ISUI:Fonts|Fonts]] | + | ** [[ISUI:Textures|Textures]] |
− | *** Using Fonts | + | *** [[ISUI:Fonts|Fonts]] |
− | *** Creating Fonts | + | **** Using Fonts |
− | * [[ISUI:Element Types|Element Types]] | + | **** Creating Fonts |
− | ** Using Element Types | + | ** [[ISUI:Element Types|Element Types]] |
− | ** Creating Element Types | + | *** Using Element Types |
+ | *** Creating Element Types | ||
* [[ISUI:User Interface XML Files|User Interface XML Files]] | * [[ISUI:User Interface XML Files|User Interface XML Files]] | ||
** Creating Interfaces | ** Creating Interfaces |
Revision as of 05:08, 22 August 2005
Contents
Overview
What is ISUI?
The Inner Space User Interface system (ISUI) is a fully-featured user interface system. Its goal is to provide premium, efficient, customizable user interfaces for Inner Space, its extensions and scripts, and future products as well.
Basics
- ISUI encompasses these basic parts
- Items
- Templates
- Using Templates
- Creating Templates
- Textures
- Fonts
- Using Fonts
- Creating Fonts
- Fonts
- Element Types
- Using Element Types
- Creating Element Types
- Templates
- User Interface XML Files
- Creating Interfaces
- Creating Skins
Information to be replaced
Custom Interfaces in XML
See Custom Interfaces for complete information on creating XML interface files for ISUI.
Creating Element Types
See Custom Elements for complete information on creating ISUI element types that can be used in XML interface files, or directly through Inner Space extensions.