So, what is it about?
Allow users to define variables whose values update dynamically based on expressions linked to other variables or inputs (drivers). For example, setting y = 2x + a where a can be adjusted via a slider, automatically updating the graph in real time. This enables interactive, formula-driven graphs similar to Desmos.
-> it require some refactoring of classes to implement this in a consistent manner
Code of Conduct