Comment on TraceGL: JavaScript code flow visualisation in WebGLComments−shurcooL13yThat looks like an awesome tool, good job.You said you use VBOs for text rendering. Do you use some library for text rendering or is it just coded from scratch?−rikarendsOP13yI'm rendering font-textures using canvas, and using GL POINT sprites with x+y+texture offsets (the ascii) in the vertexbuffers to store text.
Comments
That looks like an awesome tool, good job.
You said you use VBOs for text rendering. Do you use some library for text rendering or is it just coded from scratch?
I'm rendering font-textures using canvas, and using GL POINT sprites with x+y+texture offsets (the ascii) in the vertexbuffers to store text.