bitwiseworks / qtwebengine-chromium-os2

Port of Chromium and related tools to OS/2
9 stars 2 forks source link

Port skia to OS/2 #6

Closed dmik closed 4 years ago

dmik commented 4 years ago

From its readme:

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

Chromium uses it for HTML/CSS rendering so we need to port it. Some skia bits have been ported for Mozilla and perhaps can be reused.

Needed for #3.

dmik commented 4 years ago

Thanks to our Posix compliance and ported Unix libs, it seems that skia itself contains no platform dependent code. I guess Chromium uses libgfx (#4) / aura (#7) for the underlying WM integration.