fastplotlib / fastplotlib

Next-gen fast plotting library running on WGPU using the pygfx rendering engine
https://fastplotlib.readthedocs.io/
Apache License 2.0
341 stars 33 forks source link

explore, document, and type annotate supported array-like objects #483

Open kushalkolar opened 1 month ago

kushalkolar commented 1 month ago

We should look into the various array-like types that can work with pygfx.Buffer and pygfx.Texture, document them, and then figure out the best way to put type annotations to indicate the various array-like types that are supported. Some types to check to get started:

Should be enough for now.

@apasarkar relates to your question on type annotations