Live Wallpaper Water Ripple Effect

后端 未结 3 1531
别跟我提以往
别跟我提以往 2020-12-23 12:57

I\'m working on a live wallpaper that incorporates some water ripple effects on touching the screen but I\'m a little stuck.

Would it be better to create multiple im

3条回答
  •  礼貌的吻别
    2020-12-23 13:32

    You can find an example of a touch ripple effect here:

    https://github.com/MasDennis/RajawaliExamples

    It utilizes the rajawali OpenGL ES framework/library. You can download the rajawali examples app from the market to see how it looks. Browse through the "src" folder and you will see the TouchRippleEffect activity and renderer. Hope that helps.

提交回复
热议问题