#winit #egui #gui #gamedev

egui-tao

Bindings for using egui with tao

6 releases (3 breaking)

new 0.22.0 Mar 18, 2023
0.21.0 Mar 10, 2023
0.20.1 Nov 12, 2022
0.20.0 Sep 16, 2022
0.19.1 Aug 25, 2022

#235 in GUI

Download history 55/week @ 2022-11-29 81/week @ 2022-12-06 258/week @ 2022-12-13 157/week @ 2022-12-20 45/week @ 2022-12-27 110/week @ 2023-01-03 38/week @ 2023-01-10 95/week @ 2023-01-17 127/week @ 2023-01-24 220/week @ 2023-01-31 121/week @ 2023-02-07 275/week @ 2023-02-14 111/week @ 2023-02-21 40/week @ 2023-02-28 155/week @ 2023-03-07 149/week @ 2023-03-14

479 downloads per month
Used in 2 crates

MIT/Apache

42KB
809 lines

egui-tao is a fork of egui-winit to make egui work with tao

egui-winit

Latest version Documentation unsafe forbidden MIT Apache

This crates provides bindings between egui and winit.

The library translates winit events to egui, handled copy/paste, updates the cursor, open links clicked in egui, etc.


lib.rs:

[egui] bindings for winit.

The library translates winit events to egui, handled copy/paste, updates the cursor, open links clicked in egui, etc.

Feature flags

Dependencies

~6–42MB
~716K SLoC