11 releases (5 stable)

Uses old Rust 2015

1.0.4 Jul 20, 2017
1.0.3 Jan 31, 2017
1.0.2 Sep 7, 2016
0.3.0 May 1, 2016
0.1.0 Nov 20, 2015

#406 in GUI

Download history 59/week @ 2023-12-04 75/week @ 2023-12-11 99/week @ 2023-12-18 47/week @ 2023-12-25 31/week @ 2024-01-01 89/week @ 2024-01-08 80/week @ 2024-01-15 69/week @ 2024-01-22 42/week @ 2024-01-29 57/week @ 2024-02-05 81/week @ 2024-02-12 89/week @ 2024-02-19 104/week @ 2024-02-26 110/week @ 2024-03-04 96/week @ 2024-03-11 109/week @ 2024-03-18

421 downloads per month

MIT/Apache

78KB
1K SLoC

Immi

Immediate mode user interface library.

  • Immi doesn't draw for you, it only tells you what you need to draw. This is done through a trait named Draw which you must implement on whatever type you want.
  • Immi is an immediate mode library, which means that the state of the UI is managed by you and not by the library. You choose what must be displayed in what situation.

Documentation

The documentation contains the basics of immi.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps