Difference between revisions of "ISUI"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
== Basics ==
 
== Basics ==
 
; ISUI encompasses these basic parts
 
; ISUI encompasses these basic parts
* Templates
+
* [[ISUI:Templates|Templates]]
 
** Using Templates
 
** Using Templates
 
** Creating Templates
 
** Creating Templates
* Textures
+
* [[ISUI:Textures|Textures]]
** Fonts
+
** [[ISUI:Fonts|Fonts]]
 
*** Using Fonts
 
*** Using Fonts
 
*** Creating Fonts
 
*** Creating Fonts
* Element Types
+
* [[ISUI:Element Types|Element Types]]
 
** Using Element Types
 
** Using Element Types
 
** Creating Element Types
 
** Creating Element Types
* User Interface XML Files
+
* [[ISUI:User Interface XML Files|User Interface XML Files]]
 
** Creating Interfaces
 
** Creating Interfaces
 
** Creating Skins
 
** Creating Skins

Revision as of 04:29, 22 August 2005

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

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.

See Also