| Crates.io | egui-sfml |
| lib.rs | egui-sfml |
| version | 0.10.0 |
| created_at | 2022-08-20 18:45:22.828813+00 |
| updated_at | 2025-09-28 14:12:23.156275+00 |
| description | egui integration for rust-sfml |
| homepage | |
| repository | https://github.com/crumblingstatue/egui-sfml |
| max_upload_size | |
| id | 649432 |
| size | 64,472 |
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:
SfEguiadd_eventdo_framedrawSee examples/hello.rs for a simple demo.