Almar Klein

Results 295 issues of Almar Klein

The current flags and enums work fine for interactive use (discoverable fields), but with static analysis (e.g. in VSCode) the fields are not visible. Proposal: * Copy the implementation from...

To make it similar to what we now do in pygfx. See https://github.com/pygfx/pygfx/pull/679 Perhaps a simple gallery too?

Although #10 should make users much more aware of SQL injections, here's another idea to help users prevent bad practice. The most likely route for unsafe data to enter a...

This creates an sqlite syntaxerror which feels rather cryptic. A [stackoverflow thread](https://stackoverflow.com/questions/3694276/what-are-valid-table-names-in-sqlite) suggests anything prefixed with "sqlite_" is forbidden, but anything else should work, as long as you enclose with...

## Tasks * [x] Implement chunked buffer uploads. * [x] Implement chunked texture uploads. * [x] Unit tests for buffer. * [x] Unit tests for texture. * [ ] Perform...

Relates to #739 ### Introduction This PR adds a new world object that shows a ruler. The primary purpose is to function as a base component for axii, but it...

This adds support to measure the GPU time for the different render passes, which can be useful in benchmarks to see how much strain each pass in the rendering process...

This'd allow people to load really big meshes or images. See #612 for some context. Similar to [enable_wgpu_features()](https://github.com/pygfx/pygfx/blob/c64d4d83c058829f4b0a440791a3215ff0406a33/pygfx/renderers/wgpu/engine/shared.py#L225).

## Intro This is a meta-issue to collect thoughts about implementing axes. Axes are important for downstream code like Fastplotlib. I think it makes sense to support the building blocks...

In some examples it feels as if the scene is "zoomed out".