← Back to Projects

Pixel Forge

● Released
game
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

Comments

0
Impressive work on Pixel Forge @marc61294, does it support custom export formats beyond PNG spritesheets?
0
estradap estradap 3d ago
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.