Archive

Archive for December, 2014

Gl Button

28/12/2014 Leave a comment

I wanted to make something similar to the ripple effect but since product-grade libraries for that specific purpose exist I just ended up experimenting with OpenGL ES2 and here’s the result:

Why did I go with OpenGL instead of a canvas? because shaders :D, with a fragment shader you can get various effects. add post processing and you’ll get even more effects! Here I tried something really simple as shown in the video above.

Read more…

Categories: Android, My Thoughts, OpenGL Tags: ,