The-Big-Bird

Results 3 issues of The-Big-Bird

### Problem Currently, when accepting values & bindings interchangeably under the same prop; we're forced to write two different types of logic for the same prop and it's near-impossible to...

Would be great if we could use state for "OnEvent" and "OnChanged" props to get rid of unnecessary connections when they aren't needed. ```lua local function button(props) local function onPress()...

enhancement
ready to work on

https://github.com/Sleitnick/AeroGameFramework/blob/master/src/StarterPlayer/StarterPlayerScripts/Aero/Modules/PID.lua > pv: The process variable (i.e. goal) The PID module describes the PV variable as a "goal" in parenthesis, but Wikipedia says it's the current measured value. (I'm currently...