Hacker News new | ask | show | jobs
by shurcooL 4803 days ago
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?

1 comments

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.