chicken-sdl2 0.2.0 Released
Today I released version 0.2.0 of chicken-sdl2 (aka the sdl2 egg).
chicken-sdl2 provides CHICKEN Scheme bindings to version 2 of the Simple DirectMedia Layer (SDL) game development library.
Highlights of this release include:
- Support for 2D accelerated rendering (renderer and texture)
- Support for hints (configuration variables)
- Support for most SDL 2.0.4 features
- Efficient color, point, and rect operations
- Performance improvements
- Improved integer type checking
- Miscellaneous other changes
For more details, please see the CHANGELOG.
Many thanks to Kooda Loutre and Kristian Lein-Mathisen for submitting suggestions which have been implemented in this release. :)