this was anticipated since we only just now published a library.
All the ways we use assets atm:
- we run a rust example that uses currently called
libprocessing
- we run a
just command that will run a python sketch inside of crates/processing_pyo3/examples which automatically sets the asset path using PROCESSING_ASSET_PATH (see: justfile)
- You activate the virtual env inside of
crates/processing_pyo3 and run a python sketch in there
- Someone has installed mewnala (pip install mewnala) and needs to run a sketch that looks at assets
4 is broken, 3 might be broken. We need to cover all 4 cases.