friends I am new in game development programing .And I want to understand the how to give liquidEffect to text & and to the image in window base application.
thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t. At least there’s no easy way to do so. It would at least involve taking screenshots of the content you’d like to liquify. Then you would need to map the image to a grid which you would warp, or apply some kind of filter to the image.
Either way you would have to do it from scratch. The only hint I can give you is look at cocos2d. It is a game engine, but it features the ripple effect and maybe you could use it for at least the part of your application that requires the effect.