I need a better solution to add 2d text to my three.js scene. I've tried using TextGeometry but I can't update the text in real-time (in a way that won't hurt performance) and I don't want to have to draw triangles. Does anyone know of any libraries or alternative solutions to add 2d text to a scene? I need to be able to easily update the text in realtime. If you know of a library I would greatly appreciate it if you could provide a code example. Thanks.