sdl2 icon indicating copy to clipboard operation
sdl2 copied to clipboard

SDL2 for Dart

Requirement

  • ffi ^2.1.2

Windows requires dll files (SDL2.dll and more).

Linux requires so files (libSDL2.so and more).

MacOS requires dylib files (libSDL2.dylib and more).

Note

A Dart library for accessing common SDL 2.30.0 (stable) APIs using, FFI.

https://www.libsdl.org/

Windows 64bit & Linux (Tested under Windows 10 WSL2 environment)

Example

https://github.com/sansuido/learnopengl/

https://pub.dev/packages/sdl2ui

Future

https://pub.dev/packages/sdl3

Author

yamahara