Crates.io | egui-sf2g |
lib.rs | egui-sf2g |
version | 0.5.0 |
created_at | 2025-04-19 08:11:17.97257+00 |
updated_at | 2025-07-10 17:20:20.355804+00 |
description | egui integration for sf2g |
homepage | |
repository | https://github.com/crumblingstatue/egui-sf2g |
max_upload_size | |
id | 1640417 |
size | 73,868 |
This library allows using egui for sf2g projects. It's a very easy way to add a functional gui to your sf2g game or application!
All you need to do is:
SfEgui
add_event
do_frame
draw
See examples/hello.rs
for a simple demo.