Cross-platform Python package for generating visual stimuli using the Panda3d library, a Python game-engine developed by Disney.
This assumes you are using Anaconda and Python 3:
conda create --name pstim
conda activate pstim
conda install numpy scipy matplotlib zeromq
pip install panda3d zmq pandas qdarkstyle
Once you've got your environment squared away, you can install pandastim by heading to the directory where you want it installed, and run:
git clone https://github.com/Naumann-Lab/pandastim.git
To test the installation, try running one of the examples in [examples/)