1 unstable release
new 0.1.0 | Dec 18, 2024 |
---|
#4 in #brisk
47KB
1K
SLoC
brisk-egui
brisk-egui
provides integration with egui.
Example
The following creates a function hello_world_panel(ctx: &egui::Context, title: &str)
that can be used with egui
to build a user interface.
brisk_it! {
PanelComponent
{
name: hello_world_panel,
parameters: params!(title: &str),
CentralPanel
{
Heading
{
text: title,
},
}
}
}
More examples are available in the examples folder.
Dependencies
~210–640KB
~15K SLoC