Difference between revisions of "LavishGUI"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
== Basics ==
 
== Basics ==
 
; LavishGUI encompasses these basic parts
 
; LavishGUI encompasses these basic parts
* [[LavishGUI:Items|Items]]
+
* Types of LavishGUI objects
 
** [[LavishGUI:Templates|Templates]]
 
** [[LavishGUI:Templates|Templates]]
*** Using Templates
+
*** [[LavishGUI:Templates#Using_Templates|Using Templates]]
*** Creating Templates
+
*** [[LavishGUI:Templates#Creating_Templates|Creating Templates]]
 
** [[LavishGUI:Skins|Skins]]
 
** [[LavishGUI:Skins|Skins]]
 
** [[LavishGUI:Textures|Textures]]
 
** [[LavishGUI:Textures|Textures]]
 
*** [[LavishGUI:Textures#Using_Textures|Using Textures]]
 
*** [[LavishGUI:Textures#Using_Textures|Using Textures]]
*** [[LavishGUI:Fonts|Fonts]]
+
** [[LavishGUI:Fonts|Fonts]]
**** [[LavishGUI:Fonts#Using_Fonts|Using Fonts]]
+
*** [[LavishGUI:Fonts#Using_Fonts|Using Fonts]]
 
** [[LavishGUI:Elements|Elements]]
 
** [[LavishGUI:Elements|Elements]]
*** [[LavishGUI:Element Types|Element Types]]
+
*** [[LavishGUI:Element Types|Types of Elements]] (e.g. buttons, frames, windows, etc)
*** Using Elements
+
*** [[LavishGUI:Elements#Using_Elements|Using Elements]]
*** Creating Element Types
+
*** [[LavishGUI:Elements#Creating_Element_Types|Creating Element Types]]
 
** [[LavishGUI:Embedded Scripts|Embedded Scripts]]
 
** [[LavishGUI:Embedded Scripts|Embedded Scripts]]
 
* [[LavishGUI:User Interface XML Files|User Interface XML Files]]
 
* [[LavishGUI:User Interface XML Files|User Interface XML Files]]
** Creating Interfaces
+
** [[LavishGUI:User_Interface_XML_Files#Creating_Skins|Creating Skins]]
** Creating Skins
+
** [[LavishGUI:User_Interface_XML_Files#Creating_Interfaces|Creating Interfaces]]
 
*Access via LavishScript
 
*Access via LavishScript
 
**[[LavishGUI:Commands|Commands]]
 
**[[LavishGUI:Commands|Commands]]
**[[LavishGUI:Data Types|Data Types]]
+
**[[LavishGUI:Object Types|Object Types]]
 
**[[LavishGUI:Top-Level Objects|Top-Level Objects]]
 
**[[LavishGUI:Top-Level Objects|Top-Level Objects]]
 +
 +
== Sample Interfaces ==
 +
* [[ClickBoxer]] - an interface with buttons for multi-boxing in Inner Space
  
 
== See Also ==
 
== See Also ==

Latest revision as of 18:02, 2 June 2012

Overview

What is LavishGUI?

LavishGUI is a fully-featured user interface system. Its goal is to provide premium, efficient, customizable user interfaces. It integrates with LavishScript to provide uniform access to the system via commands and objects.

Basics

LavishGUI encompasses these basic parts

Sample Interfaces

  • ClickBoxer - an interface with buttons for multi-boxing in Inner Space

See Also