You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forms, as described in https://docs.amuzil.com/magus/skills/forms/, should be fully added. This means the input groups for each different type should be defined and ready to use. The effects from each form are different from the input group, and will be defined elsewhere.
The text was updated successfully, but these errors were encountered:
How forms work:
Forms are a data class that takes an input, or Conditional. The interface for this needs to be finalised, but Conditionals are just classifying input data. Could be multikey, receiving a packet/radial menu, VR, e.t.c. Forms take this and return a RadixTree filled out with nodes that have Conditions. Conditions turn Conditionals into actual, listenable data on the forge event bus. See SimpleCondition, EventCondition, e.t.c. Input data is defined in its own special way (see KeyCombinations and such)
Forms, as described in https://docs.amuzil.com/magus/skills/forms/, should be fully added. This means the input groups for each different type should be defined and ready to use. The effects from each form are different from the input group, and will be defined elsewhere.
The text was updated successfully, but these errors were encountered: