fastplotlib / fastplotlib

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

Examples, tutorials, galleries in docs #486

Open kushalkolar opened 1 month ago

kushalkolar commented 1 month ago

We should have:

  1. sphinx gallery of examples
  2. pages with a few specific tutorials, maybe nbsphinx, with gifs to show things that are interactive/animations
clewis7 commented 1 month ago

Will try to work on this week or next!

johnnynunez commented 1 month ago

How to simple show frame by frame in a video with yolo detector for example? I want to avoid cv2 and waitkey that drops 50% of the fps. https://forum.opencv.org/t/fps-drop-due-to-the-waitkey-function/3717

kushalkolar commented 1 month ago

@johnnynunez can you please post this in a new issue and describe in more detail what you want, we'll be happy to help. This is a general tracking issue for docs.

johnnynunez commented 1 month ago

@johnnynunez can you please post this in a new issue and describe in more detail what you want, we'll be happy to help. This is a general tracking issue for docs.

done