- Fri 23 June 2023
- Musings
- Ben Cottrell
Animated Rose Pattern CanvasKit Version
Here's another version utilizing Skia's CanvasKit, which provides the GPU rasterizer through a WASM module, I also added variance of the radius giving a tapered pen effect: // HSBA conversion taken from https://github.com/processing/p5.js/blob/main/src/color/color_conversion.js function hsbaToRGBA(hsba) { const hue = hsba[0 …