pg_sdl 0.1.1

A SDL2-superset library for easy game or application development.
Documentation
  • Coverage
  • 17.37%
    45 out of 259 items documented0 out of 94 items with examples
  • Size
  • Source code size: 158.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 13.47 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JungoQuentin

Name

A UI kit built with sdl2 in rust. Originally created for the Benday project.

Usage

use sdl2::event::Event;
//TODO: Add usage

TODO (in order of importance)

  • Widget to add:

    • Button
    • Text input
    • Checkbox
    • Switch (on/off)
    • Dropdown (rolling list)
    • Radio button
    • Menu (buttons grouped together)
  • Add usage

  • Add examples (more complex than)

  • Add documentation

  • Add tests