Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yxdunc/sdl_backbone
- Owner: yxdunc
- Created: 2016-12-09T21:31:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T16:11:31.000Z (about 8 years ago)
- Last Synced: 2024-10-25T06:48:31.027Z (3 months ago)
- Topics: keyboard-listeners, sdl, sdl-backbone
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".