A library written in C that uses the GTK+ WebKit bindings for building web applications towards the desktop.
CWebKit is currently in alpha.
app://scheme for easy reference to other application pages.- Ability to implement JavaScript methods with C.
Ensure you have the development libraries of GTK+ 3.0 and WebKit/Gtk+ and then simply run make.
On Ubuntu, the following will install these:
sudo apt-get install libgtk-3-dev libwebkitgtk-3.0-dev
Check out the tester/ directory for an example implementation of the library.
Ensure you have compiled CWebKit first, then run make within the tester/ directory.
In order to run the demonstration, you will need to modify the library path. This can be done temporarily by using the following within the tester/ directory:
LD_LIBRARY_PATH=../bin/:$LD_LIBRARY_PATH bin/tester
Copyright (c) 2013 Kramer Campbell, released under the MIT license.