{"id":15138017,"url":"https://github.com/mrchantey/beet","last_synced_at":"2025-04-05T15:05:52.506Z","repository":{"id":225724539,"uuid":"766665436","full_name":"mrchantey/beet","owner":"mrchantey","description":"A modular behavior library for the Bevy Engine.","archived":false,"fork":false,"pushed_at":"2024-10-29T06:50:19.000Z","size":10743,"stargazers_count":45,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T21:02:04.273Z","etag":null,"topics":["ai","behavior","bevy","game-development","robotics"],"latest_commit_sha":null,"homepage":"https://mrchantey.github.io/beet/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrchantey.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["mrchantey"]}},"created_at":"2024-03-03T21:45:46.000Z","updated_at":"2024-10-29T06:50:24.000Z","dependencies_parsed_at":"2024-04-02T09:30:07.186Z","dependency_job_id":"d77595d0-da62-4aaf-95e1-83ff235901de","html_url":"https://github.com/mrchantey/beet","commit_stats":{"total_commits":535,"total_committers":1,"mean_commits":535.0,"dds":0.0,"last_synced_commit":"3f04470becc0822c234243bef3dceae8a4333df0"},"previous_names":["mrchantey/beet"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrchantey%2Fbeet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrchantey%2Fbeet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrchantey%2Fbeet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrchantey%2Fbeet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrchantey","download_url":"https://codeload.github.com/mrchantey/beet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353730,"owners_count":20925329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","behavior","bevy","game-development","robotics"],"created_at":"2024-09-26T07:04:19.262Z","updated_at":"2025-04-05T15:05:52.489Z","avatar_url":"https://github.com/mrchantey.png","language":"Rust","funding_links":["https://github.com/sponsors/mrchantey"],"categories":["Code Organization"],"sub_categories":[],"readme":"# beet\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eTools for building reactive structures\u003c/strong\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://crates.io/crates/beet\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/beet.svg?style=flat-square\" alt=\"Crates.io version\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://crates.io/crates/beet\"\u003e\u003cimg src=\"https://img.shields.io/crates/d/beet.svg?style=flat-square\" alt=\"Download\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.rs/beet\"\u003e\u003cimg src=\"https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square\" alt=\"docs.rs docs\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n  \u003ch3\u003e\n    \u003c!-- \u003ca href=\"https://docs.rs/beet\"\u003eGuidebook\u003c/a\u003e --\u003e\n    \u003c!-- \u003cspan\u003e | \u003c/span\u003e --\u003e\n    \u003ca href=\"https://docs.rs/beet\"\u003eAPI Docs\u003c/a\u003e\n    \u003c!-- \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://mrchantey.github.io/beet/other/contributing.html\"\u003eContributing\u003c/a\u003e --\u003e\n  \u003c/h3\u003e\n\u003c/div\u003e\n\nBeet is a set of tools for building reactive structures. Your mileage may vary depending on the crate of interest:\n\n\n| Crate                                                   | Status | Description                                                       |\n| ------------------------------------------------------- | ------ | ----------------------------------------------------------------- |\n| [`beet_flow`](https://crates.io/crates/beet_flow)       | 🦢      | Scenes-as-control-flow bevy library for behavior trees etc        |\n| [`beet_spatial`](https://crates.io/crates/beet_spatial) | 🐣      | Extend `beet_flow` with spatial behaviors like steering           |\n| [`beet_ml`](https://crates.io/crates/beet_ml)           | 🐉      | Extend `beet_flow` with machine learning using `candle`           |\n| [`beet_sim`](https://crates.io/crates/beet_sim)         | 🐉      | Extend `beet_flow` with generalized simulation tooling like stats |\n| [`beet_rsx`](https://crates.io/crates/beet_rsx)         | 🐉      | Cross domain authoring tools                                      |\n| [`beet_router`](https://crates.io/crates/beet_router)   | 🐉      | File based router for websites                                    |\n| [`beet-cli`](https://crates.io/crates/beet-cli)         | 🐉      | CLI for beet authoring tools                                      |\n\n- 🦢 documented and tested\n- 🐣 docs and tests are incomplete\n- 🐉 highly experimental, here be dragons\n\n\n## Bevy Versions\n\n| `bevy` | `beet` |\n| ------ | ------ |\n| 0.15   | 0.0.4  |\n| 0.14   | 0.0.2  |\n| 0.12   | 0.0.1  |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrchantey%2Fbeet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrchantey%2Fbeet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrchantey%2Fbeet/lists"}