sdl2 1.7.1
sdl2: ^1.7.1 copied to clipboard
A Dart library for accessing common SDL 2.30.0 (stable) APIs using, FFI.
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.
Windows 64bit & Linux (Tested under Windows 10 WSL2 environment)
Example #
https://github.com/sansuido/learnopengl/
https://pub.dev/packages/sdl2ui
Future #
Author #
yamahara