Renders infinite corridor using Panda3D for behavioral neuroscience research
- JSON Parameterization
- Data logging to CSV
- Customizable textures for corridor walls
- infinite rendering algorithm
- Mappable input (keyboard)
-
Clone the Repository:
git clone https://github.com/Gronemeyer/modularpy.git cd modularpy -
Create and Activate a Conda Environment:
conda create --name mouseportal python=3.11 conda activate mouseportal
-
With an Activated Virtual Environment:
pip install panda3d
