Lokathor / fermium

An easy to build and use set of SDL2 bindings.
https://docs.rs/fermium
60 stars 14 forks source link

Next version #38

Closed Lokathor closed 5 years ago

Lokathor commented 5 years ago

Here's a huge list of many small TODOs:

We're skipping on adding support for the add-ons (mixer, ttf, etc) right now. You should probably use pure-rust solutions for those sorts of things anyway. I mean you should use pure rust solutions for everything and shouldn't even use SDL2 at all, but oh well. It works better than trying to collect winit + other junk into a single usable lib.

Lokathor commented 5 years ago

We'll probably have to steal the appveyor config for bindgen: https://github.com/rust-lang/rust-bindgen/blob/master/appveyor.yml