Page 1 of 1

Has anyone heard of SKIA from Google?

Posted: Thu Sep 22, 2022 3:15 pm
by Yogi Yang
Hello,

Recently I learnt about SKIA. It is on open source cross platform 2D graphic library that most of the modern browsers use extensively.

Has any heard about SKIA?

https://skia.org/

https://github.com/google/skia

Re: Has anyone heard of SKIA from Google?

Posted: Sun Sep 25, 2022 6:34 pm
by infratec
It looks like it is object orientated.
So it is difficult to access it from PB.

Re: Has anyone heard of SKIA from Google?

Posted: Sun Sep 25, 2022 9:43 pm
by chikega
Yes, Yogi. I watched a Delphi video about Skia over the Summer. Embarcadero is fortunate that two brothers created an opensource port called Skia4Delphi. SkIa does look very snazzy along with Lottie(animated SVG's). It does appear the libraries use Namespaces and Classes and appears to be written in C++17. Gotta love those scope resolution operators :: everywhere :D