Skip to content

Slab v0.3.0

Compare
Choose a tag to compare
@coding-jackalope coding-jackalope released this 04 May 02:23

This release adds new controls, features to existing controls, and API functions for user interaction. For more information on the update, refer to the wiki page: https://github.com/coding-jackalope/Slab/wiki.
For a more detailed list of changes, refer to the commit history.

Color Picker

The color picker displays a window that allows the user to select a color on the spectrum. More information about this control can be found here.

ColorPicker_Example

Style Editor

The style editor allows the user to modify each setting in the Style table and save those changes to the current style. More information about this control can be found here.

StyleEditor_Example

Slab Debug

The SlabDebug module gives developers access to various profiling and editor tools to help them find issues within their own code base or with Slab's code base. More information about this module can be found here.

SlabDebug_Menu

Window Columns

Windows now support the ability to divide controls into columns. More information about this feature can be found here.

Windows_Columns

Interaction

Slab offers functions to query the user's input on a given frame. There are also functions to query for input on the most recently declared control. This can allow the implementation to use custom logic for controls to create custom behaviors. More information about this API can be found here.

Radio Button

Radio buttons offer the user to select one option from a list of options. More information about the usage of this control can be found here.

Button_RadioButton