March 10th 2022

Creating UIs with Elementa

Topics covered:

  • Create and layout widgets using Elementa’s Layout Operators. Stacks of widgets can be stacked with each other to create complex layouts.
  • Use components to modify the behavior of widgets
  • Apply a style to single widgets or to the whole Elementa graph
  • Target specific widgets using Validation nodes
  • Draw an Elementa UI on top of a Stride window
  • We briefly saw that storing the value of the widgets in a Class allows us to have cleaner patches and eases saving/loading presets
  • We also briefly saw what are Delegates : instead of having values flowing through functions, we have a function flowing through values

Recording: