X Tutup
Skip to content

Commit f587649

Browse files
committed
Add links to examples
1 parent 9c18902 commit f587649

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/RenderHandler.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
Implement this interface to handle events when window rendering is disabled (off-screen rendering). The methods of this class will be called on the UI thread.
77

8+
Off-screen rendering examples:
9+
* [Kivy](Kivy)
10+
* [Panda3D](Panda3D)
11+
* [cefpython_offscreen_no_UI_framework.py](https://gist.github.com/stefanbacon/7b1571d57aee54aa9f8e9021b4848d06) - most basic usage of OSR to take screenshot of a page
12+
813

914
Table of contents:
1015
* [Callbacks](#callbacks)

0 commit comments

Comments
 (0)
X Tutup