sdl2_nim

Wrapper of the SDL 2 library for the Nim language.


Keywords
library, wrapper, sdl2, game, video, image, audio, network, ttf, nim
License
Zlib
Install
nimble install sdl2_nim

Documentation

sdl2-nim 0.95 beta

sdl2-nim is a wrapper of the SDL 2 library for the Nim language.

You need to have SDL 2 dynamic libraries installed on your system.

Includes:

  • SDL 2.0.4
  • SDL_gfx 1.0.1
  • SDL_image 2.0.1
  • SDL_mixer 2.0.1
  • SDL_net 2.0.1
  • SDL_ttf 2.0.14

What does not implemented here:

  • OpenGL headers (use opengl lib instead)

CHANGELOG:

v0.96 beta {WIP}

  • added sdl_syswm.nim
  • updated SDL2_ttf to v2.0.14
  • added more SDL2 examples
  • WIP

v0.95 beta

  • Nim 0.12.0 adaptation.
  • updated to SDL2-2.0.4
  • added SDL2-gfx
  • type-related fixes
  • different fixes
  • documentation fixes and formatting
  • added html documentation
  • added SDL2 examples

v0.9 alpha

  • added SDL2-mixer
  • different fixes

v0.8 alpha

  • added haptic.nim
  • added SDL2-image
  • different fixes

v0.7 alpha

  • added SDL2-net
  • added event convertion templates
  • different fixes