onseok / peekaboo

🌄 Kotlin Multiplatform library for Compose Multiplatform, designed for seamless integration of an image picker feature in iOS and Android applications.
Apache License 2.0
203 stars 18 forks source link

Support Filtering Camera Preview with OpenGL ES on Android and Metal on iOS #23

Open onseok opened 8 months ago

onseok commented 8 months ago

android

Get Surface from SurfaceView to render OpenGL ES content

iOS

Leverage MTKView for rendering camera previews using Metal.

l2hyunwoo commented 7 months ago

@onseok I think metal is a better replacment of opengl in ios, because of deprecation of opengl es.

l2hyunwoo commented 6 months ago

@onseok Can you assign me this issue? I want to try this!

onseok commented 6 months ago

@l2hyunwoo Sure 👍