radiance-egui 0.33.2

An easy-to-use immediate mode GUI that runs on both web and native (fork with SRGB color fixes for Radiance)
Documentation
1
2
3
4
5
6
7
8
9
//! All the data sent between egui and the backend

pub mod input;
mod key;
pub mod output;
mod user_data;

pub use key::Key;
pub use user_data::UserData;