ofxFenster
ofxFenster copied to clipboard
[DEPRECATED] a multiwindow manager for openframeworks 007
Here are the changes needed to get things working with ofx 0.8.2+ Things have been tested on OSX but should work for other platforms
Exactly that ;) Codeblocks 12.11 & GCC 4.7.1 broke ofxFenster...recompiled using your ghost repo (made a hash of those files but can issue a pull request on them if you...
There is an issue in setupOpenGL. When calling glfwCreateWindow on runtime there is an unhandled exception by an access violation location. ¿Any ideas? OS: windows 7 64b Openframeworks 0.8.0 Visual...
I'm trying to get an old project working that uses Fenster, I tried the ghost branch, using newer OF releases >= 0.8.0 the simple example suffers from some heinous bug...
What is the current situation of drag&drop feature on OF 0.8 for linux? I red d&d on ofxFenster for OF 0.7 as working. What now after rewriting? thanks for this...
Since the upgrade to GLFW when receiving key press events from a window everything seems to be lower case. This was tested on osx 10.9 with a very recent version...
Hi All, I've just converted a large app to ofx 0.8 (with a fresh pull from github) and I'm on xcode 5.1 on osx 10.9. Since doing so I've started...
When I go to logout or shutdown my computer my application using ofxFenster is cancelling the shutdown or reboot. I am 70% sure this is due to ofxFenster (as my...
I use oF-version 7.4 on OSX-10.7.5 but I can't build basic usage code below. https://github.com/underdoeg/ofxFenster/wiki/basic-usage Do you have any suggestion ? ## I got these error. Undefined symbols: "STR_String::STR_String(char const*)",...
When you open your program in tiling mode and resize the Fenster window, it will draw objects in wrong place and draw only the area which was visible before resize....