forked from kivy/kivy-berkelium
-
Notifications
You must be signed in to change notification settings - Fork 0
Berkelium extension for Kivy
License
akshayaurora/kivy-berkelium
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Berkelium extension for Kivy ============================ Berkelium is a BSD licensed library for offscreen rendering via Chromium project. Check http://berkelium.org/ for more information about it. We are using a patched version of Berkelium, available at https://github.com/tito/berkelium (branch chromium8-alternate-bin) Notes ----- - This extension require Kivy 1.0.7 ! - This extension is under development. It's actually working and tested only for Linux 64 bits. - MacOSX can't be supported at the moment, since Kivy require Python 64bits, and Chromium can't be built under 64bits on MacOSX. How to install -------------- 1. Download .kex https://github.com/tito/kivy-berkelium/archives/master 2. Copy the .kex to ~/.kivy/extensions How to test ----------- 1. Download https://github.com/tito/kivy-berkelium/raw/master/demo/main.py 2. Run with "python main.py" How to recompile ---------------- Note: this method have been tested only on Linux 64bits. #. sudo apt-get install chrpath #. git clone git://github.com/tito/berkelium #. git checkout chromium8-alternate-bin #. util/build-chromium.sh #. cmake . -DCMAKE_BUILD_TYPE=Release #. make #. git clone git://github.com/tito/kivy-berkelium #. cd kivy-berkelium #. make #. mv dist/berkelium-1.0.linux-x86_64.zip dist/berkelium-1.0.linux-x86_64.kex And you can copy the berkelium-1.0.linux-x86_64.kex into your ~/.kivy/extensions
About
Berkelium extension for Kivy
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 79.3%
- C++ 15.7%
- Shell 5.0%