runtime manipulation - tweaker
in
Library and Tool Development
•
2 years ago
Hey everybody!
Some weekend hacking and here's my first stab at runtime manipulation:
http://bezier.de/processing/tweaker/
What it does:
– command-t show/hide Tweaker, click name on the left to cycle variables
– adds an interface to some top level primitive variables (int, float, color)
– values are saved in between runs (check settings.xml)
– save screenshot (command-s)
– import processing.pdf and hit command-p to save pdf
To me this opens up a room of ideas:
– tracking variables (graphs?)
– a tree like structure of variables (objects are containers of variables themself)
– trigger functions
– show status information (fps, memory, count variables, ...)
https://github.com/fjenett/Tweaker
Comments and feedback welcome!
F
Some weekend hacking and here's my first stab at runtime manipulation:
http://bezier.de/processing/tweaker/
What it does:
– command-t show/hide Tweaker, click name on the left to cycle variables
– adds an interface to some top level primitive variables (int, float, color)
– values are saved in between runs (check settings.xml)
– save screenshot (command-s)
– import processing.pdf and hit command-p to save pdf
To me this opens up a room of ideas:
– tracking variables (graphs?)
– a tree like structure of variables (objects are containers of variables themself)
– trigger functions
– show status information (fps, memory, count variables, ...)
https://github.com/fjenett/Tweaker
Comments and feedback welcome!
F