pg_sdl

Crates.iopg_sdl
lib.rspg_sdl
version0.1.1
sourcesrc
created_at2023-05-07 16:29:28.174206
updated_at2023-05-07 16:55:14.60116
descriptionA SDL2-superset library for easy game or application development.
homepage
repositoryhttps://github.com/DynamicUI/pg_sdl
max_upload_size
id859261
size158,625
Quentin Jungo (JungoQuentin)

documentation

https://docs.rs/pg_sdl/0.1.0/pg_sdl/

README

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

Commit count: 0

cargo fmt