Upvotes
Anonymous 10
User 0
|
|
Member votes
|
|
Anonymous votes
|
|
CEF Tutorials
The
Chromium Embedded Framework is a C/C++
Chromium wrapper that can help embed a browser into an application.
Many of these examples were demonstrated at OpenWest 2015. The slides are below:
It is also possible to use SWIG to create a CEF wrapper for use in Python.
Why would you want to do this? Currently, CEFPython:
- Uses CEF revision 1650 (this is outdated; the current nightly build is on revision 2378)
- Requires Python 2.
You'll probably want to change the taskbar icon for your application in Windows. You can create your own icons and do this easily by following these tutorials:
If you need to make a simple JSON service, it is easy to do with CherryPy.
Comments
Leave a Comment
We'll review your submission and post it to this page.