[dependencies.beet_flow]
version = "0.0.4"
[dependencies.beet_ml]
optional = true
version = "0.0.4"
[dependencies.beet_spatial]
default-features = false
version = "0.0.4"
[dependencies.beetmash]
optional = true
version = "0.0.7"
[dependencies.bevy]
default-features = false
features = ["bevy_scene", "serialize"]
version = "0.15"
[dependencies.thiserror]
version = "1.0.60"
[dev-dependencies.anyhow]
version = "1.0.75"
[dev-dependencies.beet_examples]
version = "0.0.4"
[dev-dependencies.bevy]
default-features = true
features = ["bevy_scene", "serialize"]
version = "0.15"
[dev-dependencies.forky]
features = ["bevy", "web"]
version = "0.2"
[dev-dependencies.log]
version = "0.4"
[dev-dependencies.pretty_env_logger]
version = "0.4"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[[example]]
name = "app"
path = "examples/app.rs"
[[example]]
name = "app_ml"
path = "examples/app_ml.rs"
[[example]]
name = "export_scenes"
path = "examples/export_scenes.rs"
[[example]]
name = "fetch"
path = "examples/fetch.rs"
[[example]]
name = "flock"
path = "examples/flock.rs"
[[example]]
name = "frozen_lake_run"
path = "examples/frozen_lake_run.rs"
[[example]]
name = "frozen_lake_train"
path = "examples/frozen_lake_train.rs"
[[example]]
name = "hello_action"
path = "examples/hello_action.rs"
[[example]]
name = "hello_animation"
path = "examples/hello_animation.rs"
[[example]]
name = "hello_ml"
path = "examples/hello_ml.rs"
[[example]]
name = "hello_state_machine"
path = "examples/hello_state_machine.rs"
[[example]]
name = "hello_utility_ai"
path = "examples/hello_utility_ai.rs"
[[example]]
name = "hello_world"
path = "examples/hello_world.rs"
[[example]]
name = "hello_world_scene"
path = "examples/hello_world_scene.rs"
[[example]]
name = "inverse_kinematics"
path = "examples/inverse_kinematics.rs"
[[example]]
name = "seek"
path = "examples/seek.rs"
[[example]]
name = "seek_3d"
path = "examples/seek_3d.rs"
[features]
animation = ["beet_spatial/animation"]
assets = ["beet_spatial/assets"]
beetmash = ["dep:beetmash"]
default = ["ml", "animation", "assets", "ui", "beetmash", "reflect"]
ml = ["dep:beet_ml"]
reflect = ["beet_flow/reflect"]
ui = ["beet_spatial/ui"]
[lib]
name = "beet"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "game-development", "simulation", "wasm", "embedded"]
description = "A very flexible AI behavior library for games and robotics."
documentation = "https://beetmash.com/docs/beet"
edition = "2021"
homepage = "https://beetmash.com/docs/beet"
include = ["CHANGELOG.md", "README.md", "/src", "/examples", "/scenes"]
keywords = ["beet", "beetmash", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "beet"
readme = "README.md"
repository = "https://github.com/mrchantey/beet"
version = "0.0.4"
[[package.metadata.scene]]
description = "Basic Beet App with debugging, camera, and UI."
name = "app"
thumb-text = "🔨"
[package.metadata.scene.app]
js-url = "https://mrchantey.github.io/beetmash-apps/beet/app.js"
replication-registry-url = "https://mrchantey.github.io/beetmash-apps/beet/registries/replication_registry.json"
type-registry-url = "https://mrchantey.github.io/beetmash-apps/beet/registries/type_registry.json"
wasm-url = "https://mrchantey.github.io/beetmash-apps/beet/app_bg.wasm"
[[package.metadata.scene]]
description = "Full Beet App with machine learning, networking, and UI."
name = "app-ml"
thumb-text = "🔨"
[package.metadata.scene.app]
js-url = "https://mrchantey.github.io/beetmash-apps/beet/app_ml.js"
replication-registry-url = "https://mrchantey.github.io/beetmash-apps/beet/registries/replication_registry_ml.json"
type-registry-url = "https://mrchantey.github.io/beetmash-apps/beet/registries/type_registry_ml.json"
wasm-url = "https://mrchantey.github.io/beetmash-apps/beet/app_ml_bg.wasm"
[[package.metadata.scene]]
description = "Enable debugging for printing to the console, and screen if used with beetmash/ui-terminal."
name = "beet-debug"
path = "scenes/beet-debug.json"
thumb-text = "🐛"
[[package.metadata.scene]]
app = "app"
description = "A simple behavior that prints 'Hello' then 'World' to the console."
include = ["beet-debug", "beetmash/camera-2d", "beetmash/ui-terminal"]
name = "hello-world"
path = "scenes/hello-world.json"
thumb-text = "🌍"
thumb-url = "https://storage.googleapis.com/beet-examples/screenshots/hello-world.png"
[[package.metadata.scene]]
app = "app"
description = "Demonstration of flocking behaviors."
include = ["beet-debug", "beetmash/camera-2d", "beetmash/space-scene"]
name = "flock"
path = "scenes/flock.json"
thumb-url = "https://storage.googleapis.com/beet-examples/screenshots/flock.png"
[[package.metadata.scene]]
app = "app"
description = "Demonstration of the seek behavior."
include = ["beet-debug", "beetmash/camera-2d", "beetmash/space-scene"]
name = "seek"
path = "scenes/seek.json"
thumb-url = "https://storage.googleapis.com/beet-examples/screenshots/seek.png"
[[package.metadata.scene]]
app = "app"
description = "A 3D demonstration of the seek behavior."
include = ["beet-debug", "beetmash/lighting-3d", "beetmash/ground-3d"]
name = "seek-3d"
path = "scenes/seek-3d.json"
thumb-url = "https://storage.googleapis.com/beet-examples/screenshots/seek-3d.png"
[[package.metadata.scene]]
app = "app"
description = "A simple behavior demonstrating animation control."
include = ["beetmash/ui-terminal", "beetmash/lighting-3d", "beetmash/ground-3d", "beet-debug"]
name = "hello-animation"
path = "scenes/hello-animation.json"
thumb-url = "https://storage.googleapis.com/beet-examples/screenshots/hello-animation.png"
[[package.metadata.scene]]
description = "A behavior that uses a Sentence Selector to score child behaviors, deciding which will run next."
include = ["beetmash/camera-2d", "beetmash/ui-terminal", "beet-debug"]
name = "hello-ml"
path = "scenes/hello-ml.json"
thumb-url = "https://storage.googleapis.com/beet-examples/screenshots/hello-llm.png"
[[package.metadata.scene]]
description = "A camera and the items that the fetch character can go to."
name = "fetch-scene"
path = "scenes/fetch-scene.json"
thumb-text = "🏠"
[[package.metadata.scene]]
app = "app-ml"
description = "Combining LLM, steering and animation behaviors."
include = ["beetmash/ui-terminal-input", "beetmash/lighting-3d", "beetmash/ground-3d", "fetch-scene"]
name = "fetch"
path = "scenes/fetch-npc.json"
thumb-url = "https://storage.googleapis.com/beet-examples/screenshots/fetch.png"
[package.metadata.scene.events.playerMessage]
initial = "I'm hungry!"
[[package.metadata.scene]]
description = "The static scene for the frozen lake environment."
name = "frozen-lake-scene"
path = "scenes/frozen-lake-scene.json"
thumb-text = "❄️"
[[package.metadata.scene]]
app = "app-ml"
description = "Train a Q-learning agent to navigate the frozen lake environment."
include = ["beetmash/ui-terminal", "beetmash/lighting-3d", "beet-debug", "frozen-lake-scene"]
name = "frozen-lake-train"
path = "scenes/frozen-lake-train.json"
thumb-url = "https://storage.googleapis.com/beet-examples/screenshots/frozen-lake-run.png"
[[package.metadata.scene]]
app = "app-ml"
description = "Use a trained Q-learning agent to navigate the frozen lake environment."
include = ["beetmash/ui-terminal", "beetmash/lighting-3d", "beet-debug", "frozen-lake-scene"]
name = "frozen-lake-run"
path = "scenes/frozen-lake-run.json"
thumb-url = "https://storage.googleapis.com/beet-examples/screenshots/frozen-lake-run.png"
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
features = ["full"]
version = "1.35"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.console_log]
features = ["color"]
version = "1.0"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen]
version = "0.2.93"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.web-sys]
features = ["Headers", "Document", "Element", "Window", "Cache", "CacheStorage", "HtmlIFrameElement", "DomRectReadOnly", "MediaQueryList", "MouseEvent", "KeyboardEvent", "CustomEvent", "CustomEventInit", "Gpu", "console", "Navigator", "Performance", "Request", "RequestInit", "RequestMode", "RequestCache", "Response", "Blob", "BlobEvent", "BlobEventInit", "BlobPropertyBag", "HtmlAnchorElement", "HtmlCanvasElement", "HtmlInputElement", "File", "FileList", "Url", "History", "Location", "UrlSearchParams", "IdbCursor", "IdbCursorDirection", "IdbCursorWithValue", "IdbDatabase", "IdbFactory", "IdbFileHandle", "IdbFileMetadataParameters", "IdbFileRequest", "IdbIndex", "IdbIndexParameters", "IdbKeyRange", "IdbLocaleAwareKeyRange", "IdbMutableFile", "IdbObjectStore", "IdbObjectStoreParameters", "IdbOpenDbOptions", "IdbOpenDbRequest", "IdbRequest", "IdbRequestReadyState", "IdbTransaction", "IdbTransactionMode", "IdbVersionChangeEvent", "IdbVersionChangeEventInit"]
version = "0.3"