An interactive, dependency-free canvas heatmap visualization.
View the Project on GitHub hainesdev/javascript-heatmap-visualization
An interactive, dependency-free heatmap experiment built with the Canvas 2D API. It turns pointer and touch movement into a CPU-rendered color field in real time.
Move your pointer across the visualization—or touch the screen on a compatible device—to add heat. Each animation frame cools the previous values, applies a blur, and maps intensity to a color gradient.
The source and local run instructions are available in the project README.