Hin-Tak,
Hello.
- About the Skia version issue, it would be extreme concerning if every
time Skia releases a new version, the bridge code has to be changed...
Is there any degree of stability guaranteed for SVG-related interfaces
(header files, class/method/function names...)?
- About the build system, is the directory structure of results from
Skia's gn build system and prebuilt Skia binaries stable? If so, we can
use something like `FindSkia.cmake` to locate the libraries and include
directories required to compile against Skia from a simple `SKIA_DIR`
CMake or Meson variable.
- About skia-python, I'm not planning to introduce skia-python or
freetype-py... Since ftinspect is a pure C++ project, I wonder if any
Python part is required to incorporate Skia into ftinspect. Glad to know
that Skia won't cause circular dependency.
Charlie Jiang