rich-sdl2-rust 0.1.0

The sdl2 wrapper for Rust.
docs.rs failed to build rich-sdl2-rust-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rich-sdl2-rust-0.13.2

rich-sdl2-rust

The sdl2 wrapper for Rust.

Concept

It won't be the binding, but the wrapper library for SDL2.

Backlog

There's no plans to support SDL_image, SDL_mixer and so on right now.

  • Video
    • Display and Video (without GL context)
    • 2D Rendering
    • Pixel Format and Conversion
    • Geometry
    • Surface
    • Clipboard
    • Vulkan
    • Metal
  • Input Event
    • Handling
    • Keyboard
    • Mouse
    • Joystick
    • Game Controller
    • Sensor
  • Haptic
  • Audio
  • Timer
  • File
  • Hinting