A few simple requests It would be cool to have additional effects for text elements, such as gradients and bevel. Otherwise, a tutorial on rolling your own shader (for element text/sprite) would be cool. Ie, i assume you would want to extend the exisiting shaders and add features to them.
It would also be great with the same kind of effects on sprites/textures.
Indeed some documentation on how to use and extend the shader chunks system would be nice to have. For start, you could check out the following two sample projects that do something like that:
Just copied the msdf.frag, changed the color and overwrote the chunk. The uv wasnt exactly what I was expecting, but I’m sure I’ll figure it out. Not entirely sure that using element._text._material is the way to go, but was the only way I could find
Bravo! That’s the beauty of the shader chunk system. It lets you focus directly in writing the effects without having to worry about boilerplate code, lighting support etc.
I haven’t played with the msdf.frag to help you out with that, but good work to getting started