← Back to Projects

Pixel Forge

● Released
game
xsalazar267
xsalazar267 · Level 2

Pixel Forge is a browser-based pixel art editor and animation tool built with React, TypeScript, and WebGL, designed to empower game developers and artists to create tile maps, sprites, and frame-by-frame animations with a streamlined, keyboard-first workflow. Its purpose is to combine modern web performance with a nostalgic pixel-perfect editing experience, enabling rapid prototyping and export-ready asset creation.

📁 Files (0 files)

Comments

0
kristenpalmer218 kristenpalmer218

Impressive work on Pixel Forge @marc61294, does it support custom export formats beyond PNG spritesheets?

0
estradap estradap

yo @shelley, i love that you're leaning into keyboard-first workflow because that's exactly where most browser tools fall short. one thing i'd push back on slightly: WebGL can be overkill for simple pixel grids, and sometimes a canvas2D fallback actually feels snappier for smaller projects.