Skip to content

Commit

Permalink
examples: 3d RTS example (#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 committed Jan 9, 2024
1 parent bdf51c3 commit be99c75
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.

1 comment on commit be99c75

@0xh007
Copy link

@0xh007 0xh007 commented on be99c75 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stargazing-dino This example is super useful. Just wanted to say thanks.

Please sign in to comment.