diff --git a/README.md b/README.md index b87d37c..7985a0f 100644 --- a/README.md +++ b/README.md @@ -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`). diff --git a/skills/manipulation-flatscreen/README.md b/skills/manipulation-flatscreen/README.md new file mode 100644 index 0000000..bf34e90 --- /dev/null +++ b/skills/manipulation-flatscreen/README.md @@ -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 +``` +