Skip to content

Commit 0029f33

Browse files
committed
/Better badges
1 parent 45b80ff commit 0029f33

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Data-Oriented GOAP (Goal-Oriented Action Planning)
2-
> AKA DOGOAP - GOAP implemented in data-oriented way to facilitate dynamically setting up states/actions/goals rather than only at compile-time
3-
4-
> Includes bevy_dogoap which provides a neat Bevy integration of the dogoap library
5-
62
[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/victorb/dogoap#License)
73
[![Crates.io](https://img.shields.io/crates/v/dogoap.svg)](https://crates.io/crates/dogoap)
84
[![Downloads](https://img.shields.io/crates/d/dogoap.svg)](https://crates.io/crates/dogoap)
95
[![Docs](https://docs.rs/dogoap/badge.svg)](https://docs.rs/dogoap/latest/dogoap/)
106
[![ci](https://github.com/victorb/dogoap/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/victorb/dogoap/actions/workflows/ci.yml)
117

8+
> AKA DOGOAP - GOAP implemented in data-oriented way to facilitate dynamically setting up states/actions/goals rather than only at compile-time
9+
10+
> Includes bevy_dogoap which provides a neat Bevy integration of the dogoap library
11+
1212
## Documentation
1313

1414
- [`dogoap`](./crates/dogoap/README.md) docs - Standalone library for creation actions, states and goals to be used with the provided planner

crates/bevy_dogoap/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# `bevy_dogoap` - Integration of `dogoap` into Bevy's ECS model
2+
[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/victorb/dogoap#License)
3+
[![Crates.io](https://img.shields.io/crates/v/bevy_dogoap.svg)](https://crates.io/crates/bevy_dogoap)
4+
[![Downloads](https://img.shields.io/crates/d/bevy_dogoap.svg)](https://crates.io/crates/bevy_dogoap)
5+
[![Docs](https://docs.rs/bevy_dogoap/badge.svg)](https://docs.rs/bevy_dogoap/latest/bevy_dogoap/)
6+
[![ci](https://github.com/victorb/dogoap/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/victorb/dogoap/actions/workflows/ci.yml)
27

38
Simple example:
49

crates/dogoap/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# `dogoap` - Data-Oriented, Goal-Oriented Action Planning
2+
[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/victorb/dogoap#License)
3+
[![Crates.io](https://img.shields.io/crates/v/dogoap.svg)](https://crates.io/crates/dogoap)
4+
[![Downloads](https://img.shields.io/crates/d/dogoap.svg)](https://crates.io/crates/dogoap)
5+
[![Docs](https://docs.rs/dogoap/badge.svg)](https://docs.rs/dogoap/latest/dogoap/)
6+
[![ci](https://github.com/victorb/dogoap/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/victorb/dogoap/actions/workflows/ci.yml)
27
> GOAP implemented in data-oriented way to facilitate dynamically setting up states/actions/goals rather than statically
38
49
> This is a standalone Rust library for doing GOAP declaratively.

0 commit comments

Comments
 (0)