Christopher Baker

Results 51 issues of Christopher Baker

Hey @julapy, I have a student working with this library and it needed a bit of love to bring it up to date for 0.9.0+. This PR makes the following...

@obviousjim and I were talking about conditional includes for addon header / impl files and thought that it might be useful to suggest that all addons specify a `#define` that...

Hi all, It seems that the core oF does not follow any particular convention about the ways that its pre-compiled libraries are named. Sometimes they are `libMYLIB.{a,so}` and sometimes they...

If the Makefile or config.make is in a non-standard location (e.g. where OF_ROOT != `../../..`), projectGenerator will modify an existing Makefile / config.make and replace only `../../..`. Thus for Makefiles...

Currently Project Generator creates illegal bundle identifiers based on the folder names. Namely, project files with underscores cause a problem. Project Generator should replace all illegal characters in the bundle...

Eventually need to add these methods to `ofxFXObject.h` to be compatible with the latest updates to `ofBaseHasTexture`. ``` virtual const ofTexture& getTextureReference() const { return pingPong.dst->getTextureReference(); }; virtual bool isUsingTexture()...

Currently the example gui uses the openFrameworks default gui. It would work much better if there were real radio buttons.

enhancement