Skip to content

Commit

Permalink
examples: 3d RTS example (zkat#89)
Browse files Browse the repository at this point in the history
* basic working example

* add basic ui

* Cleanup and add docs

* clippy :)

* Use `first` instead

* More sensible default numbers
  • Loading branch information
stargazing-dino authored and Hellzbellz123 committed Jan 12, 2024
1 parent 089df73 commit 997cea9
Show file tree
Hide file tree
Showing 4 changed files with 651 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.18.0"
authors = ["Kat Marchán <[email protected]>"]
edition = "2021"
description = "Rusty Utility AI library"
exclude = ["assets/"]
license = "Apache-2.0"
readme = "README.md"
keywords = ["utility-ai", "bevy", "ai", "ecs"]
Expand All @@ -20,6 +21,7 @@ big-brain-derive = { version = "=0.18.0", path = "./derive" }
[dev-dependencies]
bevy = { version = "0.12.1", default-features = true }
rand = { version = "0.8.5", features = ["small_rng"] }
bevy-scene-hook = "9.0.0"

[features]
trace = []
Binary file added assets/models/town.glb
Binary file not shown.
Loading

0 comments on commit 997cea9

Please sign in to comment.