We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221a20c commit 6936678Copy full SHA for 6936678
1 file changed
README.md
@@ -95,10 +95,14 @@ Note that `fastplotlib` code is basically identical between desktop and notebook
95
96
### Desktop examples using `glfw` or `Qt`
97
98
-Desktop examples are here:
+GLFW examples are here. GLFW is a "minimal" desktop framework.
99
100
https://github.com/fastplotlib/fastplotlib/tree/main/examples/desktop
101
102
+Qt examples are here:
103
+
104
+https://github.com/fastplotlib/fastplotlib/tree/main/examples/qt
105
106
Some of the examples require imageio:
107
```
108
pip install imageio
0 commit comments