Todo
Uses pynput, but on Mac permissions are a pain now: helpful instructions
Actually specifying it might not be necessary? Seems to work on my machine
brew install glfw --HEAD
PYGLFW_LIBRARY=/usr/local/Cellar/glfw/HEAD-0b9e48f/lib/libglfw.3.4.dylib
PyTorch images seem to work nicely (c2-deeplearning-pytorch-1-8-cu110-v20210512-debian-10), not sure this is a real link: https://console.cloud.google.com/compute/imagesDetail/projects/ml-images/global/images/c2-deeplearning-pytorch-1-8-cu110-v20210512-debian-10?folder=&organizationId=&project=uplifted-sol-90414
https://console.cloud.google.com/compute/imagesDetail/projects/ml-images/global/images/c2-deeplearning-pytorch-1-8-cu110-v20210512-debian-10
SSH w/ cloud console, then:
sudo apt install libgl1-mesa-glx# conda-forge/pygridgen-feedstock#10git clone https://github.com/goodhertz/coldtypecd coldtypepip install -e .coldtype examples/animations/house.py -a -mp -cpu -ns# -tc 32 (if it’s a big 32-instance)
coldtype examples/simplest.py -mn list
should print out names of monitors, then you match then (can be a substring) like this:
coldtype examples/simplest.py -mn SAM -wcs 1.0 -wp C
pip install git+https://github.com/goodhertz/coldtype#egg=coldtype[viewer,experimental]