bevy_editor_pls VS krABMaga

Compare bevy_editor_pls vs krABMaga and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bevy_editor_pls krABMaga
6 2
649 154
- 1.3%
7.7 4.3
about 1 month ago 5 days ago
Rust Rust
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bevy_editor_pls

Posts with mentions or reviews of bevy_editor_pls. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-31.
  • Is bevy the best option for a Rust based game engine (long term)?
    4 projects | /r/rust_gamedev | 31 May 2023
    I think one part that makes this extra obvious is bevy UI and the attempts at an editor. I remember when https://github.com/jakobhellermann/bevy_editor_pls came along and I was very excited, but since then nothing has really happened on the editor front. Not that I need an editor personally, but what I find disappointing and telling is that this whole thing has been basically halted because of bevy's idea of having UI in the ECS.
  • I'm switching from a 2D engine to a 3D one, what should I expect from Bevy?
    2 projects | /r/bevy | 15 Nov 2022
    Also, there is this Bevy plugin https://github.com/jakobhellermann/bevy_editor_pls/
  • Bevy 0.9: data oriented game engine built in Rust
    6 projects | /r/gamedev | 12 Nov 2022
    It's on of the primary initiatives right now. Games are not developed by only programmers, we're well aware of that. There are a few ongoing existing ecossytem level efforts like bevy_editor_pls. For an official editor, we're just lacking the UI tooling to fully flesh it out right now. Like Godot, Bevy's dogfooding it's own UI solution for the official editor, but it's not quite there yet. Bevy isn't alone in this. There's a smorgasbord of ongoing work in the Rust for UI space, and there's quite a bit of greenfield efforts to develop a data-oriented or ECS style approach to UI layouting and management. Once we have this a bit more hammered down, it's just a matter of time before an official editor becomes available.
  • Bevy 0.8: data oriented game engine built in Rust
    4 projects | news.ycombinator.com | 30 Jul 2022
    It is something we've been building toward for awhile. We've been focused on core systems like the renderer and ecs for awhile now, but we're finally at the point where we can start moving up the stack.

    We will be focusing on scenes, asset workflows, ui, and the editor from here on out (with scenes, asset workflows, and UI being the focus for the next release).

    I'd like to have some sort of editor MVP by the end of the year.

    Until then, there are community efforts like: https://github.com/jakobhellermann/bevy_editor_pls

  • Crates to build a cross platform multiplayer game? (+on the browser)
    3 projects | /r/rust_gamedev | 12 May 2022
    P.S. There is an effort to make an editor for Bevy if you're interested, though it's not complete.
  • Bevy 0.7
    16 projects | /r/rust | 15 Apr 2022
    For now though, bevy_editor_pls is a surprisingly useful third-party prototype.

krABMaga

Posts with mentions or reviews of krABMaga. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-30.
  • Bevy 0.8: data oriented game engine built in Rust
    4 projects | news.ycombinator.com | 30 Jul 2022
    I wrote a thesis for my bachelor's regarding the development of an agent-based simulation framework in Rust where I managed the visualization side. The project takes inspiration from other frameworks such as MASON (in particular for the architecture), NetLogo, Agent.jl and others. I initially developed the visualization subsystem with Amethyst, after my thesis Amethyst was discontinued and, since I was already following Bevy since it went public and it looked like it was gaining a lot of momentum, I refactored our framework to switch to Bevy. Our project is open source: https://github.com/krABMaga/krABMaga . Being my first approach to Rust and my first serious greenfield project, I think there are a lot of parts which can be improved, but I was able to get by with my extremely limited knowledge of both Rust and Bevy and obtain decent results. The things I loved the most of Bevy was the low amount of boilerplate code needed, the WASM+WebGL support which allowed me to easily let guests run simulations from our github.io site (https://krabmaga.github.io/) at near native (sequential) performance and, just like the whole Rust ecosystem, the friendliness of the community. Even though I bothered quite a bit on the Discord server since the documentation wasn't the clearest for me back when I started (Bevy 0.5), both the team members and users always led me a hand. I also think the ECS approach is extremely useful for our usecase, by defining agents as entities with the Agent component, along with a system which acts as an event loop by executing a simulation step and triggering the agents' behaviour rules.
  • krABMaga is finally officially available.
    2 projects | /r/rust | 10 May 2022
    The framework includes the possibility to visualize simulation using bevy-engine on local or via browser exploiting wasm technology. You can play with some examples on our website! Also take a look at our github page, the framework is completely open-source and we would be pleased to receive your comments!

What are some alternatives?

When comparing bevy_editor_pls and krABMaga you can also consider the following projects:

bevy-inspector-egui - Inspector plugin for the bevy game engine

rust-agent-based-models - Reliable and efficient agent-based models in Rust

geng - Game ENGine for Rust Programming Language

nbody-wasm-sim - An N-body WebAssembly simulation using Web GPU

bevy_ecs_tilemap - A tilemap rendering crate for bevy which is more ECS friendly.

epirust - An agent-based epidemiology simulation framework built in Rust

awesome-bevy - A collection of Bevy assets, plugins, learning resources, and apps made by the community

pomo - minimalistic pomodoro timer

bevy_mod_js_scripting

bevy - My fork of bevy with OpenXR support

bevy - A refreshingly simple data-driven game engine built in Rust