ofxNativeGui
ofxNativeGui copied to clipboard
a native gui for openframeworks
Its not sexy but it works, also tested and working for osx on 0.8.4
Hey, I have a partially working linux version of your addon. Dropdown selector doesn't work yet. https://github.com/underdoeg/ofxNativeGui Problem is that the way the makefile works on linux, it automatically tries...
on osx, adding a ' to text means enter doesn't work as an event -- need to check this.
right now the variables are passed through and updating, but events haven't been hooked up -- need to hook in the listener code.