processing / processing/libprocessing

when using mewnala after installing it can't find the "assets_directory"

Open
#101 0 comments 0 reactions 1 assignee View on GitHub

@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:

  1. we run a rust example that uses currently called libprocessing
  2. 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)
  3. You activate the virtual env inside of crates/processing_pyo3 and run a python sketch in there
  4. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.