Almar Klein
Almar Klein
One of our dependencies is `jupyterlab-widgets`. When updating the conda-forge feedstock, I also added the dependency in the recipe, but that failed to build. So it looks like it's not...
Closes #111
One of the options mentioned in #3 is the use of an mpeg4 stream. I don't think it's worth the effort to look into it now, but let's collect some...
Ruff
* [x] Update `pyproject.toml` * [x] Update CI job. * [x] Ran `ruff .` and `ruff check --fix`. * [ ] Fix more errors / add to ignore list. Just...
A meta-issue to track the refactoring and further improvements to the blending. ### Main work to get to a new acceptable state * [x] Initial refactoring: #1002 * [x] Post-processing...
Closes #1118 ## Motivation The practical improvements of this work are: * A proper way to see individual pixels for low pixel ratios. * i.e. without the quirks in #1118...
Closes #75 * Add `FXAAPass` effect. * Add `renderer.ppaa` property that can be set to None, 'auto', or 'fxaa'. * The idea is that we may add other ppaa methods...
This sits in the way of my plans in #1065 *edit: mmm, it's a bit tricky to reproduce though ...*
* In this issue I plan to keep track of the state, and what it means for downstream code. How and when to best transition, etc. I will update this...
## Problem I try to solve When rendering a semi-transparent line, relatively sharp corners result in 'brighter' parts because there is overlap: This happens, because at some angle, the vertices...