This is my render_text function for Eufloria. This version is cleaner, more efficient, and sexier than Aino's version.
Text is parsed with the string.gmatch function and matched into a vertex buffer matrix for high-speed rendering.
Due to the vertices being loaded into a buffer, they can be transformed using a rotation matrix. In other words, YOU CAN WRITE TEXT UPSIDE DOWN, SIDEWAYS, OR HOWEVER YOU WANT!
Framerate consumption and cpu overhead is also more efficient than Aino's version.
DOWNLOAD TODAY!