Text and numbers are something that is very useful to render, it's very often both the easiest and best way of conveying information. WebGL does not have any in-build text rendering functions, based as it is on the OpenGL ES 2.0 specification. There are two straight-forward options available to us when we wish to render text, using HTML and overlaying it on top of the canvas or rendering the text

