Re-exports§
pub use types::STATE;
Macros§
- clone
- gtk-rs examples are licensed on MIT License.
Structs§
Enums§
Functions§
- add_
renderer - Add a new renderer to the current state
- add_
to_ timer - Ask for a
Receiver
for updates on the current frames per second and render progress. Returns an id and aReceiver
- create_
state - Create a new/empty state
- has_
ui_ changes - Check whether the current state has changes which are not yet display in the user interface. Saves the current hash, as it assumes it is used to update the user interface.
- has_
unsaved_ changes - Check whether the current state has unsaved changes
- init
- Initialize the library by spawing timer and artnet threads
- load_
state - Load state from a file and save its path
- path
- Get saved path
- save_
state - Save state at the saved path
- save_
state_ at - Save state at given path
- set_
has_ ui_ changes - Triggers a user interface change when asked the next time in
has_ui_changes()
- set_
path - Save path
- start_
renderers - Start all renderers defined in the currently loaded state