License:Zlib Minimum Rust Version AppVeyor TravisCI crates.io docs.rs

FAQ: * When is 0.2? Not before SDL2-v2.0.12 comes out, which is scheduled for "before the end of the year". * Does this thing work with cross compilation? No, I'm dumb, I'll fix it in 0.2

fermium

The fermium crate is raw bindings to the SDL2 C API.

For the high-level wrapper crate, please see beryllium.

Compared to the common alternative, sdl2-sys, this is has consts instead of enums, it is slightly more complete, and it works much better on windows MSVC (no special setup at all).

You can dynamic link or static link.

The default API target level is 2.0.8, but you can enable features to add in functions from 2.0.9 or 2.0.10.

License

This crate uses the Zlib license, the same license that SDL2 itself uses.

Project Logo

birth of fermium