Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add event bindings. | David Thompson | 2015-12-16 | 1 | -1/+2 |
| | | | | | | | | | | | | So far, only window and keyboard events are handled. More to come in future patches. This patch adds a *ton* of constants that I'm not going to mention in this log because it would be too damn long. * sdl2/bindings.scm (sdl-poll-event): New procedure. * sdl2/events.scm: New file. * Makefile.am (SOURCES): Add it. | ||||
* | Add a few surface bindings. | David Thompson | 2015-12-13 | 1 | -0/+1 |
| | | | | | | | * sdl2/bindings.scm (sdl-rw-from-file, sdl-free-surface, sdl-load-bmp-rw): New procedures. * sdl2/surface.scm: New file. * Makefile.am (SOURCES): Add it. | ||||
* | Add renderer bindings. | David Thompson | 2015-12-13 | 1 | -0/+1 |
| | | | | | | | | | | * sdl2/bindings.scm (SDL_RENDERER_SOFTWARE, SDL_RENDERER_ACCELERATED, SDL_RENDERER_PRESENTVSYNC, SDL_RENDERER_TARGETTEXTURE): New variables. (sdl-create-renderer, sdl-destroy-renderer, sdl-render-clear, sdl-render-present, sdl-render-copy, sdl-create-texture-from-surface): New procedures. * sdl2/render.scm: New file. * Makefile.am (SOURCES): Add it. | ||||
* | Initial commit. | David Thompson | 2015-10-06 | 1 | -0/+52 |
Let's do this! |