mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
95c154d9bd
This change introduces a new 2D graphics library that uses OpenGL to perform painting operations. For now, it has extremely limited functionality and supports only rectangle painting, but we have to start somewhere. Since this library is intended to be used by LibWeb, where the WebContent process does not have an associated window, painting occurs in an offscreen buffer created using EGL. For now it is only possible to compile this library on linux. Offscreen context creation on SerenityOS and MacOS will have to be implemented separately in the future. Co-Authored-By: Andreas Kling <awesomekling@gmail.com> |
||
---|---|---|
.. | ||
cmake.yml | ||
dev-container.yml | ||
discord.yml | ||
label-pull-requests.yml | ||
libjs-test262.yml | ||
lintcommits.yml | ||
manpages.yml | ||
pvs-studio-static-analysis.yml | ||
serenity-js-artifacts.yml | ||
social-media.yml | ||
sonar-cloud-static-analysis.yml | ||
wasm.yml |