6 releases
Uses old Rust 2015
0.1.4 | Nov 29, 2018 |
---|---|
0.1.3 | Nov 27, 2018 |
0.1.2 | Oct 23, 2018 |
0.0.1 | Oct 18, 2018 |
#911 in Graphics APIs
11KB
212 lines
Rust-SDL2-Extras
This repo contains extras for Rust-SDL2 package.
Prerequisites
Linux
-
Install Rust (stable):
curl https://sh.rustup.rs -sSf | sh
-
SDL2:
Ubuntu
sudo apt install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev
Arch Linux
sudo pacman -S sdl2 sdl2_ttf sdl2_image
Build
cargo build
Contributions
Feel free to create issues, feature requests and pull requests.
lib.rs
:
Rust-SDL2-Extras
Additional functionalities and helpers which were not included in the original crate (but were included in examples) or can help with some bottlenecks and improve code readability and quality.
Dependencies
~17MB
~370K SLoC