summaryrefslogtreecommitdiff
path: root/sdl2/bindings
Commit message (Collapse)AuthorAgeFilesLines
* Add fallback method for loading shared libraries.David Thompson2021-04-303-3/+3
|
* ttf: Add more bindings.Gerry Agbobada2020-10-091-0/+28
| | | | | | | | | | | | Bindings added: * TTF_FontAscent * TTF_FontDescent * TTF_FontLineSkip * TTF_SizeUTF8 * TTF_GlyphIsProvided * TTF_GetFontStyle * TTF_SetFontStyle
* ttf: Add TTF_GlyphMetrics binding.David Thompson2020-05-121-0/+3
| | | | | Thanks to Gerry Agbobada for requesting this and sending an initial patch.
* image: Add IMG_SavePNG binding.David Thompson2016-12-161-0/+3
|
* Add SDL2_mixer bindings.David Thompson2015-12-201-0/+131
| | | | | | | * sdl2/bindings.scm: Add "AUDIO_*" constants. * sdl2/bindings/mixer.scm: New file. * sdl2/mixer.scm: New file. * Makefile.am (SOURCES): Add new files.
* Add SDL2_ttf bindings.David Thompson2015-12-171-0/+76
| | | | | | * sdl2/bindings/ttf.scm: New file. * sdl2/ttf.scm: New file. * Makefile.am (SOURCES): Add them.
* Add SDL2_image bindings.David Thompson2015-12-161-0/+56
* sdl2/bindings/image.scm: New file. * sdl2/image.scm: New file. * Makefile.am (SOURCES): Add them.