Skip to content

ioNihal/Pixels-art

Repository files navigation

Pixel Art

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.


What’s inside

  • 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

How it works

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.


Live Demo

https://ionihal.github.io/Pixels-art/


Why this exists

Just experimenting with pixels, math, and canvas — and having fun doing it.

About

A fun canvas-based pixel art playground that generates animated patterns, shapes, and visuals using pure JavaScript.

Topics

Resources

Stars

Watchers

Forks

Contributors