Posts Tagged: webgl

Leidseplein project

A project to combine software development and painting. For this project I filmed the Leidseplein in Amsterdam and then projected the recordings on animated 3D shapes. The resulting recreation of the square (the video above) led to two paintings. The software that I use to mix video and 3D shapes is an ongoing project, that… Read more »

Single-line 3D text

I wrote some JavaScript to create single-line 3D text using the three.js library to render 3D on a canvas using WebGL. Three.js can already render text with its TextGeometry class, but I wanted something simpler: single-line fonts.