LadybirdBrowser / ancient-history

The Ladybird web browser
BSD 2-Clause "Simplified" License
1.62k stars 107 forks source link

CMake: Link against LibSoftGPU to enable WebGL using serenity LibGL #63

Closed ADKaster closed 1 year ago

ADKaster commented 1 year ago

In the future, ladybird should probably use a QOpenGLWidget or similar platform plugin to use the native GL implementation instead of the one in serenity.

Requires: https://github.com/SerenityOS/serenity/pull/15260

Fixes #16