Crates.io | egui-sfml |
lib.rs | egui-sfml |
version | 0.9.0 |
created_at | 2022-08-20 18:45:22.828813+00 |
updated_at | 2025-02-09 08:31:50.606168+00 |
description | egui integration for rust-sfml |
homepage | |
repository | https://github.com/crumblingstatue/egui-sfml |
max_upload_size | |
id | 649432 |
size | 57,928 |
This library allows using egui for rust-sfml projects. It's a very easy way to add a functional gui to your rust-sfml game or application!
All you need to do is:
SfEgui
add_event
do_frame
draw
See examples/hello.rs
for a simple demo.