Hi, i’m tring ofxGui addons.
i am on ubuntu, and i’m tring to compile examples with makefile.
i’ve downloaded ofxGui from git, copied src files in OFPATH/addons/ofxGui/src and example in OFPATH/apps/myApps/ofxGuiExample.
added in addons.make: ofxXmlSettings, ofxVectorMath, ofxDirList, ofxGui
but when i launch make i get this error:
ofxPoint2f has not been declared
even if my g++ call seems to be ok:
there is -I…/…/…/addons/ofxVectorMath/src and this should be ok
I think you can add this “#include” in ofxVectorMat.h. After it should be fine. I have already done this for other old addons which required ofxVectorMath. Post in the forum if you solve or have any other trouble.
yes, i just run into this gui that seems really good.
Had to change come code, but it is working now, with vect2f, etc.
Anybody interested, i can upload the addon working in of 007…
[quote=“nkint, post:5, topic:8675”]mayebe in the repo there is an old version of ofxgui (i downloaded it from https://github.com/bilderbuchi/ofxGui )
[/quote]
The addon is not maintained, I originally put it there as a convenient method to access this addon (which was written by someone else), because before you could only find it by hunting through the forums.
take a look here: http://ofxaddons.com/#gui
most used as far as i know are ofxcontrolpanel by theo, ofxsimpleguitoo by memo, which I think is also not maintained anymore, and is now contained in MSALibs. ofxhgui is another gui addon by bernard, which is quite new and very feature-rich.
just wanted to say thank you to you, creating this good gui.
I am implementing it, changing a bit some things, and updating it to work in of 007.
So asap, i will upload a new version, to ba able to work with it.
I did not create it, stivo (another user) did.
If you change it and update it, please do it in a proper way, by forking it on github before, and working on that copy. This will reduce duplication, and make updating much more easy. look here for how stuff works: https://github.com/openframeworks/openFrameworks/wiki/openFrameworks-git-workflow