egui-sf2g 0.6.0

egui integration for sf2g
Documentation

egui-sf2g

Crates.io docs.rs

sf2g integration for egui.

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.