A small and fun pixel art experiment built using HTML canvas and vanilla JavaScript.
This project displays multiple canvas tiles, each rendering a different animated pattern — waves, spirals, ripples, Fibonacci shapes, hearts, flowers, birds, solar systems, and even image-based pixel art. Everything updates live to create a constantly changing visual grid.
- Multiple
<canvas>elements rendered side by side - Each canvas runs a unique pixel-art or math-based pattern
- All animations are written in plain JavaScript
- No frameworks, no libraries — just canvas and creativity
Each pattern lives in its own script file and draws directly to a canvas.
A fast interval loop keeps refreshing the art, creating dynamic and glitchy visuals.
This project is meant to be visual, experimental, and playful, not optimized or production-focused.
https://ionihal.github.io/Pixels-art/
Just experimenting with pixels, math, and canvas — and having fun doing it.