Skip to content

Releases: transmutrix/nim-sdl3

v1.1.0 - Replace `int` with `cint` for compatibility

17 Feb 17:21

Choose a tag to compare

1.0.4 - Hotfix

22 Jan 15:46

Choose a tag to compare

My tools failed me and I left a compile error in the binding. My apologies.

1.0.3 - SDL 3.2.0 for Nim 2.0.4+

22 Jan 14:08

Choose a tag to compare

  • Added constants and functions added in the SDL 3.2.0 release.
  • Added remaining utility functions from SDL_Rect.h
  • Small cleanup.

1.0.2 - Fix library import order, Emscripten now overrides others

18 Jan 22:28

Choose a tag to compare

1.0.1 - Basic imports for Emcc

18 Jan 21:56

Choose a tag to compare

This is super minor. It just adds these imports to sdl3.nim when defined(emscripten):

  • emscripten_set_main_loop
  • emscripten_cancel_main_loop

I'm throwing together a small sample/template for building SDL3 web games with Nim.
These imports are added here as a convenience, since pretty much any web build will require them.

1.0.0 - SDL3 preview-3.1.8 for Nim 2.0.4+

17 Jan 15:42

Choose a tag to compare

A mostly-complete set of Nim bindings for the SDL3 preview-3.1.8 pre release.
There are sure to be problems, let me know if you hit any!