sansuido / sdl2

BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link
dart sdl2

SDL2 for Dart

Requirement

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