issues
search
Xmodal
/
autonomX
Experiment with life-like processes to generate dynamic, emergent and self-organizing patterns and output these patterns via OSC.
10
stars
4
forks
source link
Make the generator properties dynamic in the GUI
#253
Closed
aalex
closed
3 years ago
aalex
commented
3 years ago
Make the generator properties dynamic in the GUI
Criteria
Instead of hard-coding the list of properties for a generator in the GUI, detect what they are, and populate the GUI with them.
Details
It could be auto-detected from the properties of the QObjects (Qt introspection)
Another option would be that each generator type would provide a property that contain the list of the properties with their type.
Make the generator properties dynamic in the GUI
Criteria
Details