Skip to content

leebyron/ofxSDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?)

About

Overrides the openFrameworks windowing system to use SDL rather than GLUT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published