Difference between revisions of "ISUI"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Overview ==
 
== 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.
  
== Custom Interfaces in XML ==
+
== Basics ==
 +
; ISUI encompasses these basic parts
 +
* Templates
 +
** Using Templates
 +
** Creating Templates
 +
* Textures
 +
** Fonts
 +
*** Using Fonts
 +
*** Creating Fonts
 +
* Element Types
 +
** Using Element Types
 +
** Creating Element Types
 +
* User Interface XML Files
 +
** Creating Interfaces
 +
** Creating Skins
 +
 
 +
== Information to be replaced ==
 +
=== Custom Interfaces in XML ===
 
See [[ISUI:Custom Interfaces|Custom Interfaces]] for complete information on creating XML interface files for ISUI.
 
See [[ISUI:Custom Interfaces|Custom Interfaces]] for complete information on creating XML interface files for ISUI.
  
== Creating Element Types ==
+
=== Creating Element Types ===
 
See [[ISUI:Custom Elements|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 [[ISUI:Custom Elements|Custom Elements]] for complete information on creating ISUI element types that can be used in XML interface files, or directly through Inner Space extensions.
  

Revision as of 04:28, 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
  • Templates
    • Using Templates
    • Creating Templates
  • Textures
    • Fonts
      • Using Fonts
      • Creating Fonts
  • Element Types
    • Using Element Types
    • Creating Element Types
  • 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.

See Also