processing / processing/libprocessing
when using mewnala after installing it can't find the "assets_directory"
Open
@catilac is already working on this.
Since Apr 5, 2026.
bug
- Dominant language
- Rust
- Stars
- 69
- Forks
- 14
- Avg merge
- 15d 22h
- Merged PRs (30d)
- 3
Description
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
justcommand that will run a python sketch inside ofcrates/processing_pyo3/exampleswhich automatically sets the asset path usingPROCESSING_ASSET_PATH(see: justfile) - You activate the virtual env inside of
crates/processing_pyo3and 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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.