10 releases (6 breaking)
Uses new Rust 2024
| 0.7.0 | Mar 27, 2026 |
|---|---|
| 0.6.0 | Dec 13, 2025 |
| 0.5.0 | Jul 10, 2025 |
| 0.4.2 | Jun 7, 2025 |
| 0.1.0 | Apr 19, 2025 |
#508 in GUI
26KB
592 lines
egui SFML integration helpers
Contains various types and functions that helps with integrating egui with SFML.
egui-sf2g
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:
- Create an
SfEgui - Feed it SFML events using
add_event - Do an egui frame with
do_frame - Draw the ui with
draw
See examples/hello.rs for a simple demo.
Dependencies
~25–43MB
~710K SLoC