Skip to content

Commit 6936678

Browse files
authored
Update README.md
add Qt examples link to readme
1 parent 221a20c commit 6936678

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,14 @@ Note that `fastplotlib` code is basically identical between desktop and notebook
9595

9696
### Desktop examples using `glfw` or `Qt`
9797

98-
Desktop examples are here:
98+
GLFW examples are here. GLFW is a "minimal" desktop framework.
9999

100100
https://github.com/fastplotlib/fastplotlib/tree/main/examples/desktop
101101

102+
Qt examples are here:
103+
104+
https://github.com/fastplotlib/fastplotlib/tree/main/examples/qt
105+
102106
Some of the examples require imageio:
103107
```
104108
pip install imageio

0 commit comments

Comments
 (0)