Skip to content

An editor framework for Bevy using egui

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

liquidhelium/helium_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helium Framework

An editor framework for bevy using egui.

Features

  • Convenient docking, register a system with In<Ui> and you are ready to go.
  • Flexible and configurable menu items.
  • Add an hotkey with just a line.
app.register_hotkey("maximize", [Hotkey::new_global([KeyCode::ControlLeft, KeyCode::KeyM])]);
  • Register bevy systems as Actions, so that they can be called dynamically. For example, to use them as what a hotkey triggers.

About

An editor framework for Bevy using egui

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages