Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages