Difference between revisions of "Creating GUIs"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
== The MODGUI == | == The MODGUI == | ||
+ | |||
+ | what it is | ||
+ | why | ||
+ | |||
== Using the SDK == | == Using the SDK == | ||
+ | |||
+ | starting point, wizard | ||
+ | test, think of knob order | ||
+ | it's where you generate screenshots | ||
+ | |||
+ | == Widget types == | ||
+ | |||
+ | WIP, refer to existing widget types | ||
+ | link to examples | ||
+ | |||
== Useful precautions == | == Useful precautions == | ||
+ | |||
+ | on/off switches | ||
+ | enumerations | ||
+ | no generic html ids please | ||
+ | no generic css classes please | ||
+ | |||
== Advanced == | == Advanced == | ||
+ | |||
+ | javascript coming |
Revision as of 12:47, 8 April 2016
WARNING: This page is currently being written, please check in later!
The MODGUI
what it is why
Using the SDK
starting point, wizard test, think of knob order it's where you generate screenshots
Widget types
WIP, refer to existing widget types link to examples
Useful precautions
on/off switches enumerations no generic html ids please no generic css classes please
Advanced
javascript coming