Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yxdunc/sdl_backbone

Test to create a small event driven backbone for SDL
https://github.com/yxdunc/sdl_backbone

keyboard-listeners sdl sdl-backbone

Last synced: about 2 months ago
JSON representation

Test to create a small event driven backbone for SDL

Awesome Lists containing this project

README

        

# SDL_backbone (only tested on OSX)

Initially just a test to get rid of the "IF forest" due to event handling with SDL.

I didn't test the perf but with a simple fps count it seems to be equivalent to the "if forrest".