Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GPUimage port for android

Has anyone ported this to android yet? More the framework than the shaders. Stuff like bringing camera data into openGL. I have worked with it on iOS and it is very fast. Any help is much appreciated.

like image 262
grasshopper Avatar asked Jul 10 '12 00:07

grasshopper


1 Answers

GPUImage for Android Idea from: iOS GPUImage framework

Goal is to have something as similar to GPUImage as possible. Vertex and fragment shaders are exactly the same. That way it makes it easier to port filters from GPUImage iOS to Android.

The link is below:

This lib is implemented using Android OpenGL ES 2.0

like image 199
vanloi999 Avatar answered Oct 11 '22 09:10

vanloi999