Skip to content

WebGL

WebGL is a browser technology that renders accelerated 2D and 3D graphics through a JavaScript interface to the device’s graphics hardware. It enables interactive visualisations, games, simulations and generative art to run directly on web pages.

Creative Coding p5.js — Floating Cloth Physics Simulation

Floating Cloth in Space — Physics Simulation in p5.js In this creative coding study I explore a simple but fascinating idea: what if a piece of fabric could exist without weight, drifting in space, but still behave like cloth. I built this sketch in p5.js WEBGL as a physics simulation designed for VJ projection and…