Skip to content

Commit 0df8817

Browse files
committed
Update README-Examples.md - more examples to come
1 parent 3c8d36e commit 0df8817

File tree

1 file changed

+39
-6
lines changed

1 file changed

+39
-6
lines changed

examples/README-examples.md

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Table of contents:
44
* [Hello World!](#hello-world)
55
* [Supported examples](#supported-examples)
6-
* [More examples](#more-examples)
6+
* [Other examples](#other-examples)
7+
* [More examples to come](#more-examples-to-come)
78

89
## Hello World!
910

@@ -71,10 +72,11 @@ There are also available unit tests and its usage of the API can
7172
be of some use. See [main_test.py](../unittests/main_test.py).
7273

7374

74-
## More examples
75+
## Other examples
7576

76-
There are even more examples available, some of them are externally
77-
maintained.
77+
There are even more examples available, they do not reside in the examples/
78+
directory. Some of them were created for old verions of CEF and were not
79+
yet ported to latest CEF. Some of them are externally maintained.
7880

7981
- Kivy framework:
8082
see [Kivy](https://github.com/cztomczak/cefpython/wiki/Kivy) wiki page.
@@ -90,5 +92,36 @@ maintained.
9092
- Example of using Python network library (urllib3/openssl) instead of Chromium's
9193
network library - see [gist by Massimiliano Dal Cero](https://gist.github.com/yattamax/0252a3c5dc54a2f81650d5c0eafabf99)
9294

93-
There are ongoing efforts to add these examples to the official examples/
94-
directory, see issues in the tracker.
95+
## More examples to come
96+
97+
Here is a list of issues in the tracker to implement new examples:
98+
99+
- [Issue #323](../../../issues/323) - "Create cocos2d example"
100+
- [Issue #322](../../../issues/322) - "Create pyglet example"
101+
- [Issue #312](../../../issues/312) - "Easy to use CefBrowser widgets
102+
for many popular GUI toolkits"
103+
- [Issue #301](../../../issues/301) - "Fix cefpython3.wx package to work
104+
with latest v55+"
105+
- [Issue #289](../../../issues/289) - "Pygame / PyOpenGL example"
106+
- [Issue #288](../../../issues/288) - "Create panda3d_.py example"
107+
- [Issue #285](../../../issues/285) - "[kivy_.py] Refactor example, make
108+
it work cross-platform and move it
109+
to examples/"
110+
- [Issue #252](../../../issues/252) - "Use CEF views in Hello World, Tutorial
111+
and Offscreen examples, and in Unit
112+
tests"
113+
- [Issue #224](../../../issues/224) - "Port CEF 1 examples to CEF 3"
114+
- [Issue #109](../../../issues/109) - "The ResourceHandler example"
115+
116+
Packaging examples:
117+
118+
- [Issue #407](../../../issues/407) - "Example of packaging app using
119+
Cython compiler"
120+
- [Issue #396](../../../issues/396) - "Example of packaging app using
121+
Nuitka compiler"
122+
- [Issue #338](../../../issues/338) - "Example of packaging app using
123+
cx_Freeze"
124+
- [Issue #337](../../../issues/337) - "Example of packaging app using
125+
py2app"
126+
- [Issue #135](../../../issues/135) - "Example of packaging app using
127+
pyinstaller"

0 commit comments

Comments
 (0)