Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leebyron/ofxsdl
Overrides the openFrameworks windowing system to use SDL rather than GLUT.
https://github.com/leebyron/ofxsdl
Last synced: about 1 month ago
JSON representation
Overrides the openFrameworks windowing system to use SDL rather than GLUT.
- Host: GitHub
- URL: https://github.com/leebyron/ofxsdl
- Owner: leebyron
- Created: 2010-03-24T18:41:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-03-24T18:41:44.000Z (over 14 years ago)
- Last Synced: 2024-04-14T05:13:54.861Z (7 months ago)
- Language: C++
- Homepage:
- Size: 738 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
ofxSDL (v0.01)
An openFrameworks addOn which overrides the windowing system to use SDL rather than GLUT.
There are a handful of benefits from using SDL including:* Rich events from Joysticks and Controllers
* Events from Mouse scroll wheel
* Unicode Keyboard support (TODO)This ofxSDL addOn was designed to be used with the v006 branch of openFrameworks
Lee Byron
leebyron.com===============================================================================
ofxSDL is in its infancy, and is missing some major chunks of functionality.
It's not that they are necessarily difficult to implement, but that I have limited
time and resources to contribute. Feel free to send me patches on git-hub.TODO:
* Decouple from OSX framework, support for Win + Linux
* Unicode Keyboard support
* Set window title, size, and position
* Poco events
* Toggle and set fullscreen
* (anything else?)