liquidhelium / helium_framework

An editor framework for Bevy using egui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Rust 100.0%