Skip to content

WebKit2 Offscreen Rendering experiment with GTK Backend and GLFW + OpenGL

License

Notifications You must be signed in to change notification settings

VehicularEpic/webkit2-osr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webkit2-osr

WebKit2 Offscreen Rendering experiment with GTK Backend and GLFW + OpenGL

Building

Once you clone the project, update all the submodules by running

git submodule update --init --recursive

Pyhton and jinja2 module is required for generating the OpenGL API bindings

pip install jinja2

Building the executable can be done with CMake

mkdir -p build && cd build

cmake ..
cmake --build . --config Debug

For a production build, replace Debug on the CMake build command with Release

About

WebKit2 Offscreen Rendering experiment with GTK Backend and GLFW + OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published