Skip to content

Commit

Permalink
docs: add docs for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Apr 7, 2023
1 parent 8508a71 commit e1a5218
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
21 changes: 21 additions & 0 deletions examples/simple_mobile/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Bevy Virtual Joystick Mobile
This show how works on android

| Screenshot | Video |
|--------------|---------|
| | |

# Features
- Float Joystick
- Expansive area to interact with joystick

> **NOTE:** The color in area is only for make it visible
# Settings of this example
- VirtualJoystickAxis::Both
- VirtualJoystickType::Floating

# Run example
```sh
cargo apk run
```
11 changes: 11 additions & 0 deletions examples/simple_pc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Bevy Virtual Joystick Pc Example
This show how works on pc for debug, test and development workflow

# Settings of this example
- VirtualJoystickAxis::Both
- VirtualJoystickType::Floating

# Run example
```sh
cargo run
```

0 comments on commit e1a5218

Please sign in to comment.