Tag: text

Yet another simple command line task manager

Yet another simple command line task manager

Sitting in a single stand-alone Python file named “t” you will find a very basic command line task manager. Just download it anywhere (e.g. to your project diretory) and make it executable. You can also add it to the system path. Depending on the location you can call it as […]

TextTexture – rendering text in WebGL

Always wanted to paint nice text in WebGL but didn’t know how? 😉 Today’s your lucky day as I’m releasing this little snippet for creating “text textures” and then drawing them using custom shaders. The trick behind efficient usage of texture space here is using three separate color channels to […]