verygoodgraphics / vgg_runtime

The official implementation of VGG Specs with cross-platform vector graphics and user interfaces.
https://verygoodgraphics.com
Other
57 stars 4 forks source link

Support for OpenHarmony: Compile Skia using OpenHarmony SDK #366

Open elff1 opened 4 months ago

elff1 commented 4 months ago

Detailed description

The Skia that vgg_runtime depends on is a modified version based on version 116, while the OpenHarmony Skia is based on version 98. We need to modify the VGG forked Skia code to make it able to compile using OpenHarmony SDK.

Possible implementation

  1. Refer to the OpenHarmony third-party library compilation documentation.
  2. Refer to the modifications in the OpenHarmony Skia library.