I've been dreading creating the gui's for my mod because of what I need them to accomplish.
Window1:
Window2:
Radial menu
Items get created with mana by a hotkey, the Set works the same way but includes armor.
What do you guys think of having Window1 and 2 be an actual separate window.
				
			Window1:
- used for creating/editing items
 - items consist of parts (edge, tip, grip, plate, etc)
 - there is no maximum number of parts(most items likely will fit inside a 16x16x16 cube though)
 - parts can be one of a small set of colors that they can be(around 10ish)
 - each part can be rotated to face one of the 6 cardinal direction
 
Window2:
- used to select the item that you want to create
 - used to set items as favorites
 - used to select a set of items for creating at once
 
Radial menu
- shows all favorite items
 - used to select an item for creation
 
Items get created with mana by a hotkey, the Set works the same way but includes armor.
What do you guys think of having Window1 and 2 be an actual separate window.