An Arduino-compliant library for ESP32 and related boards, designed for driving display devices and touch panels with graphical UI capabilities.
This blog post details the implementation of a 'Particle Life' simulation using WebGPU. It covers the model's mechanics, the rationale for using WebGPU, the simulation loop, force computation techniques (including parallel prefix sum), rendering details, and provides a link to an interactive demo.