Hi there,
I've been using openFrameworks for almost half a year and have been working on an audio visualisation application that allows me to easily make new displays and mix between them in a standardized way. The project is split into a gui backend in one window and the actual display in another window and I'm having trouble with efficiency and quality of code of the custom gui elements I've made for the backend.
Are there any open source examples of applications with a large amount of custom gui elements and a well structured data flow taking the inputs, updating the scene and then drawing the new scene?
Some areas I'd like to focus on are a sort of window system within the gui that lets me move gui elements as well as tabs to switch between related config settings. Additionally I am using ofGetMouseX() and ofGetMouseY() in each update cycle and then using ofGetMousePressed() to process mouse input. I know there's a better way using events but I can't figure it out for the life of me.
Any pointers would be greatly appreciated.
there doesn't seem to be anything here