Render dynamic animated editable text

Hi
I am working on one web application development where i need to render glsl which can support editable animated text.
Whereas User can edit the animated text which can be rendered through webgl.

Can you please provide me and reference link or if there any working GLSL code where i can pass editable text as input?

Thanks

1 Like

Why do you need GLSL to accept text specifically? When you’re rendering text, you’re (usually) just rendering quads. Which quads you render is something that should be determined outside of GLSL and OpenGL.

I am using ffmpeg / mlt in backend to generate video for video editing platform.

As ffmpeg and mlt does not support any html, css and javascript. I had to use glsl code to show text as animated.

I want to have animation in my application which are available in the below website.

https://tobiasahlin.com/moving-letters/

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.