linebender / linebender/parley
Eliminate direct dependencies on `glifo` in this repo
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 736
- Forks
- 120
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 53
Description
Parley's tests, benchmarks, and several examples currently depend on an old git version of `glifo` that had built-in support for rendering to `vello_cpu` and `vello_hybrid`. Those dependencies have no been reversed, and `vello_cpu` and `vello_hybrid` now depend on `glifo` rather than the other way around.
We should update to this new API and eliminate direct references to `glifo` in this repo until such time as it's public API is "ready".
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.
Research direction
Search the tests, benchmarks, examples, and dependency manifests for direct glifo references, then inspect how vello_cpu and vello_hybrid now provide the needed API. Update those references and verify that the tests, benchmarks, and examples build without direct glifo dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100