Y
Hacker News
new
|
ask
|
show
|
jobs
by
AgentK20
546 days ago
The Bevy Engine in Rust has an integration (
https://docs.rs/bevy_egui/latest/bevy_egui/
) that supports egui, for use in making UIs in games written against the Bevy Engine. Here's a webapp example of a 2d drawing showcase that uses egui as a UI provider:
https://vladbat00.github.io/bevy_egui_web_showcase/index.htm...