EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Apache License 2.0
327 stars 96 forks source link

If this lib supports OpenGL factory, will FMX support macOS, linux, android, IOS? #130

Closed GaNacereddine closed 3 years ago

GaNacereddine commented 4 years ago

since you made it possible to use other engines, will the support of OpenGL make it possible to target MacOS, linux, android and IOS.

also since embarcadero will support metal, will it be reasonable to write wrappers for that as an engine on MacOS and IOS?

pyscripter commented 4 years ago

Cairo is also available on most platforms.

carloBarazzetta commented 3 years ago

@GaNacereddine: there is a new version of components (2.3.0) that uses a new engine Image32 that is compatible also with Android and iOS. I've not tested yet with Android and iOS, is not my primary business platform, but the FMX version of SVGIconsImageList now uses this new library that can be used also on Android and don't need windows units: http://www.angusj.com/delphi/image32/Docs/Examples.htm Please give me a feedback if you can try.

carloBarazzetta commented 3 years ago

In those days I've committed a new version for FMX...

carloBarazzetta commented 3 years ago

New version with demo for Android: image

carloBarazzetta commented 3 years ago

No positive/negative feedback. I'm closing this issue.