Physical training of kinesitherapy and physiotherapy as easy to edit WebVR experiences.
The exercises featured here are solely examples that are adapted to one specific physical issue (diagnosed right pain shoulder). Please do consult with your physical therapist first.
This is shared in order to avoid duplicate work and more efficiently exchange expertise that could make kinesitherapy and physiotherapy in VR more efficient.
Videos
- First person view
- Example of video with head-mounted display (can be used to check after or with the kine that the movement was indeed correct)
- online working right now, no install, free http://kinevr.glitch.me/
- editable right now, no install, free https://glitch.com/edit/#!/kinevr
- sequential practice of exercises
- customizable exercises in (using on A-Frame
<a-animation>
)- duration
dur="1000"
(making sure to respect the pace) - repetitions
repeat="4"
(no need to count, you can mentally drift), - amplitude
from="-3 1.8 -0.5" to="3 1.8 -0.5"
and - stay motived for the next session (score is saved via URL)
- duration
- personal meaningful target practices
- video that play/pause once started using
src="#video"
(you can continue the same video over multiple exercises) - subreddit (e.g. r/Awww) as slider using
reddit-slider="Awww"
(you only see the next image if you look long enough)
- video that play/pause once started using
- point counting based on sustained gaze
- per exercise instructions
- mirror to check own position
- the entire environment is customizable
<a-entity sequential-practice>
<a-box target-practice="deep head lateral rotation" position="-10 0.5 -3" rotation="0 45 0" color="#4CC3D9">
<a-animation attribute="position" fill="forwards" begin="start" direction="alternate"
repeat="2" dur="1000" to="10 0.5 -3"></a-animation>
</a-box>
</a-entity>
- Your exercises are too fast and they don't include the ones I need, how can I do it?
- Please feel free to make your own exercise (cf example above) and share them back (via Github comment or pull request)
- I need to train my arms or legs, can I use this?
- Yes right now it's focusing on head because that is my personal need but using controllers for limbs is not complicated.
- What's coming next?
- Editing exercise without coding, using limbs, etc. For details see the TODO file