nikolaydymura / flutter_gpu_video_filters

MIT License
6 stars 1 forks source link

Add IOS support #26

Closed cse-ariful closed 9 months ago

cse-ariful commented 10 months ago

We can easily add the ios support as if we use android gpuImage as the android backing library then we can use Brandlarson gpuImage as the backing library for ios this both is port of each other for android and ios.

nikolaydymura commented 10 months ago

For iOS there is https://github.com/nikolaydymura/flutter_core_image_filters it's better than GPUImage in general. Current library will be Android only.

cse-ariful commented 10 months ago

Thanks I looked at CIFilter and I used it in native IOS. But as a individual package for a cross-platform package it will be more useful if we can keep support for both platform. IOS gpuImage library also uses the same shaders and same processes just need to connect both in a unified interface.