#sdl #engine #graphics #superset #gui #api-bindings

bin+lib pg_sdl

A SDL2-superset library for easy game or application development

2 releases

0.1.1 May 7, 2023
0.1.0 May 7, 2023

#356 in Rendering

29 downloads per month

MIT license

73KB
2K SLoC

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

Dependencies

~16MB
~361K SLoC