krABMaga

krABMaga: A modern developing art for reliable and efficient Agent-based Model (ABM) simulation with the Rust language (by krABMaga)

krABMaga Alternatives

Similar projects and alternatives to krABMaga

  1. bevy

    590 krABMaga VS bevy

    A refreshingly simple data-driven game engine built in Rust

  2. 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.

    CodeRabbit logo
  3. bevy_editor_pls

    In-App editor tools for bevy applications

  4. rust-agent-based-models

    Reliable and efficient agent-based models in Rust

  5. nbody-wasm-sim

    An N-body WebAssembly simulation using Web GPU

  6. quadtrees

    An in-browser demo of quadtrees in Rust compiled to WebAssembly

  7. pomo

    minimalistic pomodoro timer (by kualta)

  8. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  9. epirust

    An agent-based epidemiology simulation framework built in Rust

  10. pandemic_simulation

    Pandemic simulation in Rust

  11. ppl

    2 krABMaga VS ppl

    Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust. (by valebes)

  12. wasm-boids

    A Three.JS + WASM implementation of Boids.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better krABMaga alternative or higher similarity.

krABMaga discussion

Log in or Post with

krABMaga reviews and mentions

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!

Stats

Basic krABMaga repo stats
2
181
3.5
7 months ago

Sponsored
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.
coderabbit.ai