Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 786 Bytes

readme.md

File metadata and controls

24 lines (19 loc) · 786 Bytes

This is memory-efficient, realistic, real-time controllable locomotion generator made by python.

Example Video

The red arrow on the floor indicates the direction you're pointing with your keyboard input.

How to Use

  1. Clone this repository:
    git clone https://github.com/eggfryonrice/StepSearchLocomotion.git
  2. Ensure you are using Python version 3.12 or higher
  3. Install the required dependencies:
    pip install -r requirements.txt
  4. Run DirectControl.py
    python DirectControl.py
  5. 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 in DirectControl.py.