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

#820 in Graphics APIs

MIT license

11KB
212 lines

Rust-SDL2-Extras

Build Status Crates.io Docs

This repo contains extras for Rust-SDL2 package.

Prerequisites

Linux

  1. Install Rust (stable):

     curl https://sh.rustup.rs -sSf | sh
    
  2. 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
~378K SLoC