This is memory-efficient, realistic, real-time controllable locomotion generator made by python.
The red arrow on the floor indicates the direction you're pointing with your keyboard input.- Clone this repository:
git clone https://github.com/eggfryonrice/StepSearchLocomotion.git
- Ensure you are using Python version 3.12 or higher
- Install the required dependencies:
pip install -r requirements.txt
- Run
DirectControl.py
python DirectControl.py
- If you'd like to add another type of locomotion, create a new folder containing the locomotion data and add the folder name to the list
folderPaths
inDirectControl.py
.