Skip to content

Releases: Hadeweka/SDL-Crystal-Bindings

SDL2 Version 0.2.1

04 Jan 14:02
Compare
Choose a tag to compare

Version 0.2.1

NOTE: This will be the last version with SDL2 alone. After that, release tags will be split into
SDL2 and SDL3.

Furthermore, the syntax of the bindings will change in the newer versions to avoid some
verbosity. If you want to maintain compatibility, you can still use the 0.2 version (which will also
get a separate branch).

Usability

  • Update to newer SDL2 version (with slightly different syntax)

Bugfixes

  • Minor bugfixes in version macros

Version 0.2.0

23 Apr 17:31
Compare
Choose a tag to compare

Version 0.2.0

Features

  • Updated to recent SDL2 version

Bugfixes

  • Build script now correctly raises error on Windows

Version 0.1.0

16 Sep 12:05
eebff84
Compare
Choose a tag to compare

Version 0.1.0

Features

  • More examples
  • Continuous integration

Breaking changes

  • Examples in separate submodule
  • Decoupling of the different libraries

Bugfixes

  • Fixed some binding inconsistencies

Version 0.0.1

05 Sep 10:52
Compare
Choose a tag to compare

Version 0.0.1

Features

  • Binding generator
  • Working bindings
  • Bindings for sdl_image, sdl_mixer and sdl_ttf
  • Basic set of examples