What is pixel art?
Pixel art is digital art where the image is built pixel by pixel on a small grid, so every square is placed deliberately. It's the visual style of classic video games and it's still everywhere: indie games, avatars, icons, and NFT-era profile pictures.
How do I make pixel art as a beginner?
Start on a 16x16 grid with 3 or 4 colors. Draw the silhouette of something simple - a heart, a mushroom, a sword - then add one highlight and one shadow shade. The built-in stencils give you a starting shape you can recolor and edit. Easy pixel art is about clean shapes, not detail.
What size should pixel art be?
16x16 and 32x32 are the classic sprite sizes and the best places to start; 32x32 pixel art fits most game characters and avatars. Use 64x64 only when you need real detail. When exporting, scale up 16x or 32x so the pixels stay sharp at display size.
How do I make an animated pixel art GIF?
Add a second frame with the Duplicate button, change a few pixels (blink an eye, move a flame), set the FPS, and press play to preview. Download GIF exports a looping animated GIF with transparency - ready for chat apps, Discord, or a website.
What is a sprite sheet?
A sprite sheet is one image containing every animation frame side by side. Game engines like Unity, Godot, and Phaser load the sheet once and play the frames by offsetting a viewport. The sprite sheet export lays your frames out in a row at a consistent cell size.
Can I use this as a sprite editor for my game?
Yes. Draw each animation frame, preview the loop at your game's frame rate, and export a sprite sheet PNG with a transparent background. The SVG and PNG exports also work for UI icons and tile sets.
Is this a Piskel alternative?
It covers the same core workflow as Piskel - grid drawing, frame animation, GIF and sprite sheet export - runs entirely in your browser with nothing to install, and adds code export on top. If you're after a simple, maintained online sprite editor, this is built for exactly that.
What is spreadsheet pixel art?
A classic classroom trick: shrink spreadsheet cells into squares and color them to form an image. The CSV export gives you one hex code per cell, so a single conditional-formatting rule in Google Sheets or Excel recreates your drawing as colored cells.
How do I turn my pixel art into code?
Open the code panel and pick a format. Python gives you a 2D list plus a Pillow renderer, JavaScript draws it on a canvas, CSS renders it as single-div box-shadow art, SVG produces crisp vector rectangles, and CSV feeds spreadsheets. The array formats are a great first look at how images work in code.
Is this pixel art maker free?
Yes - free, no sign-up, no watermark. Everything runs locally in your browser: your artwork is autosaved to your device and never uploaded to a server.