Releases: transmutrix/nim-sdl3
Releases · transmutrix/nim-sdl3
1.0.4 - Hotfix
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+
- 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
1.0.1 - Basic imports for Emcc
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+
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!