skia4delphi / skia4delphi

Skia4Delphi is a cross-platform 2D graphics API for Delphi platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
https://skia4delphi.org
MIT License
669 stars 134 forks source link

Distribuition without DLL Skia4d.dll #317

Open fneto-dev opened 1 month ago

fneto-dev commented 1 month ago

Is possible to embeded skia4d.dll in VCL application?

Similar with is midaslib and midas.dll in TClientDataset

kazuser commented 4 weeks ago

+1

But I think this is technically impossible (of course you can use resources, but it looks bad).

They promised to do static linking in early 2022 (even in 2021) but since they still haven’t done it. It means there are some reasons because more than enough time has passed :(