Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/underdoeg/ofxFenster
[DEPRECATED] a multiwindow manager for openframeworks 007
https://github.com/underdoeg/ofxFenster
Last synced: 7 days ago
JSON representation
[DEPRECATED] a multiwindow manager for openframeworks 007
- Host: GitHub
- URL: https://github.com/underdoeg/ofxFenster
- Owner: underdoeg
- Created: 2011-07-08T10:55:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T16:28:40.000Z (over 8 years ago)
- Last Synced: 2024-08-02T17:36:47.493Z (3 months ago)
- Language: C++
- Homepage: http://ofxfenster.undef.ch
- Size: 24 MB
- Stars: 79
- Watchers: 15
- Forks: 28
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MULTIWINDOW IS NOW INTEGRATED INTO OPENFRAMEWORKS
REDESIGN
======================
I am currently in the process of redesigning ofxFenster so it will use the now integrated GLFW libs. This is not complete yet. If you are looking for the old ghost version, check the ghost branch.ABOUT
======================
ofxFenster simplifies the cross platform handling of multiple windows within a single openframeworks app.
It is an addon for openframeworks 0.07 built on top of a modified version of blenders window manager "ghost".
The current state is stable and more or less production ready.It should work on linux, mac and windows. Linux and mac should run fine, windows version does compile, but gets only occasional updates.
See this thread for more details: http://forum.openframeworks.cc/index.php/topic,6499.0.html
Or visit the generated docs: http://ofxfenster.undef.ch/docs/index.html
FEATURES
======================
- integrated into ofBaseApp
- create and kill windows at runtime
- opengl context sharing
- separated event handling for every window
- borderless windows
- use an ofImage as app icon at runtime
- multiple graphic cards and displays management on linux
- drag and drop of files and textual clipboard access
- ...SCREENS
======================
![Screen shot](/underdoeg/ofxFenster/raw/master/docs/screenshot.png)ACKNOWLEDGEMENTS
======================
Thanks to
Videosynthesis (http://videosynthesis.net).
Pivotal Labs (http://pivotallabs.com).LICENCE
======================
ofxFenster has an MIT Licence http://en.wikipedia.org/wiki/MIT_LicenseGHOST is GPL licenced. The modified source code can be found here: https://github.com/underdoeg/ghost