ofxFenster icon indicating copy to clipboard operation
ofxFenster copied to clipboard

[DEPRECATED] a multiwindow manager for openframeworks 007

Results 31 ofxFenster issues
Sort by recently updated
recently updated
newest added

just wondering how much Ghost was being used in ofxFenster and how hard it would be to replace it with something else. because Ghost is GPL it makes ofxFenster GPL...

some way to retrieve display info. display dimensions, number of displays, are they separated or twin view, etc...

feature

this line https://github.com/underdoeg/ofxFenster/blob/master/libs/ghost/include/GHOST_IWindow.h#L131 causes warnings like this: ``` ../openFrameworks/addons/ofxFenster/libs/ghost/include/GHOST_IWindow.h: In member function ‘virtual GHOST_TSuccess GHOST_IWindow::setWindowOnTop(bool)’: ../openFrameworks/addons/ofxFenster/libs/ghost/include/GHOST_IWindow.h:131:59: warning: no return statement in function returning non-void ``` can we add just a...

I was told there are some problem with multiple displays on OS X. In this case 6 connected screens. The windows seem to work but there are problems positioning them...

create a window without any borders

feature

Not that important. But it is already built into GHOST, so it shouldn't take too much effort to make it work,

feature

On windows the example won't work. As soon as the ofImage is initialized, there is a null pointer somewhere...

bug
windows

add a switch if the user can resize/move windows or not

feature

have a window always on top of all other windows

feature

a window that's always on top and stops everything in the background windows

feature