Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries. Learn more →
Bevy-inspector-egui Alternatives
Similar projects and alternatives to bevy-inspector-egui
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
Phaser
Discontinued Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. [Moved to: https://github.com/phaserjs/phaser] (by photonstorm)
-
-
Wren
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
awesome-bevy
A collection of Bevy assets, plugins, learning resources, and apps made by the community
-
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
-
belly
Define the Bevy UI tree with `eml!`, style it using a very-css-like `ess` syntax and relate data data with `bind!` and `connect!`
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
bevy-inspector-egui discussion
bevy-inspector-egui reviews and mentions
-
High Contrast Game Engines / Game Creator Tools?
With egui and some bevy related plugins you can get pretty close to a game engine editor, obviously missing a lot of things: https://github.com/jakobhellermann/bevy-inspector-egui
-
Is bevy a good choice for a mainly UI based game?
Like /u/tarkin25 already mentioned "egui" can be integrated into bevy. Bevy Inspector Egui is a plugin that not only provides a helpful way to inspect different entities in the world, but also re-exports "egui" for use.
-
Bevy 0.10: data oriented game engine built in Rust
Firstly, Bevy has an internal crate called bevy_reflect, and it can handle most of the things you would usually use reflection for. For example, https://github.com/jakobhellermann/bevy-inspector-egui exists which uses Bevy's internal reflect derive to make the values available via an egui-based UI. Changing simple values (like an f32, or a boolean) can be done at runtime, and if I remember correctly all you actually need to do is to add the plugin. Taking a look at the README https://github.com/bevyengine/bevy/tree/main/crates/bevy_reflect you can "patch" types with new values, iterate over struct fields, serialize + deserialize, and generally do stuff like that.
-
Scaling Bevy Development
Yeah runtime editing is definitely a weakness at this point. An editor is definitely a part of our plans though! We'll likely break ground on it early this year. In the meantime https://github.com/jakobhellermann/bevy-inspector-egui provides some nice runtime editing / inspecting / editor-like tools.
-
Align tabs in bevy-inspector-egui?
Here is the example
- My bevy asteroids clone is looking good.
-
My First Impressions after Bevy Jam #2
Bevy-inspector-egui is a most have, I think this game would not have been possible without, abuse it,
-
Game engines for programmers
What do you miss from scriptable objects that you don't get from a class that serializes to JSON? Global access (read only access shouldn't prevent this right)? The inspector (looks like egui can help there?
-
Why almost all Game Engines and Games are wrote on C++?
There are also some super interesting experiments with hot reloading, both with code and on the fly value modification.
-
Bevy 0.7
The one in bevy is nowhere near the requirements of a desktop application-level editor. I don't plan to involve bevy there at all. egui looks quite usable for low-level debug UI, though, especially with this crate.
-
A note from our sponsor - Nutrient
www.nutrient.io | 15 Mar 2025
Stats
jakobhellermann/bevy-inspector-egui is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of bevy-inspector-egui is Rust.
Popular Comparisons
- bevy-inspector-egui VS bevy_editor_pls
- bevy-inspector-egui VS belly
- bevy-inspector-egui VS egui_inspect
- bevy-inspector-egui VS bevy_ecs_tilemap
- bevy-inspector-egui VS imgui-inspect
- bevy-inspector-egui VS kayak_ui
- bevy-inspector-egui VS egui-inspect
- bevy-inspector-egui VS bevy_mod_scripting
- bevy-inspector-egui VS bone-collector
- bevy-inspector-egui VS rfcs