Skip to content

Commit

Permalink
Fix readme (#31)
Browse files Browse the repository at this point in the history
* Fix readme

* Added manipulation-flatscreen README
  • Loading branch information
TheButlah authored Oct 4, 2023
1 parent 9b7708d commit dc01f8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The skills in this section are related to playing with UI/UX designs. VR is typi
- 📋 Avatar list menu
- 📋 Active game worlds
- 📋 Invite notification and Invite accept
-[Rotating and resize flatscreen](skills/flatscreen-manipulation)
-[Rotating and resize flatscreen](skills/manipulation-flatscreen)
- 🥺 📋 Input scheme useful for social VR games that abstracts over mouse & keyboard, gamepad, VR Controllers,
and hand tracking (likely a superset of `bevy_mod_picking`).

Expand Down
10 changes: 10 additions & 0 deletions skills/manipulation-flatscreen/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# `manipulation-flatscreen`

Demos using [`bevy_mod_picking`](https://github.com/aevyrie/bevy_mod_picking) to
resize and rotate a cube in flatscreen mode.

To run the code:
```bash
cargo run -p manipulation-flatscreen
```

0 comments on commit dc01f8c

Please sign in to comment.