Basically I have a draw program drawing ellipses every instance with random rgb values etc, however this was just a beginning sketch to test my actual idea. The idea is that instead of drawing ellipses every instant, the program will display text, however I want it to draw the text the same as it draws the ellipses. basically a draw program that uses text as the "line" This is a project for my interactive studio. My partner is exploring other open source options and physics systems in opengl, so I'm doing this to see if we can take an alternate route that won't require us to go through that. Here is the basic code I have so you have an idea of how I want the text to draw.