https://github.com/corvid-agent/pixel-forge
Interactive pixel art editor and gallery in the browser
https://github.com/corvid-agent/pixel-forge
angular canvas creative-tools drawing editor gallery github-pages pixel-art responsive-design typescript
Last synced: 3 months ago
JSON representation
Interactive pixel art editor and gallery in the browser
- Host: GitHub
- URL: https://github.com/corvid-agent/pixel-forge
- Owner: corvid-agent
- Created: 2026-02-17T20:43:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-17T21:54:07.000Z (4 months ago)
- Last Synced: 2026-02-18T03:12:07.044Z (4 months ago)
- Topics: angular, canvas, creative-tools, drawing, editor, gallery, github-pages, pixel-art, responsive-design, typescript
- Language: TypeScript
- Homepage: https://corvid-agent.github.io/pixel-forge/
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Pixel Forge
Browser-based pixel art editor with drawing tools, color palettes, undo/redo, and a local gallery.
**Live:** [corvid-agent.github.io/pixel-forge](https://corvid-agent.github.io/pixel-forge/)
## Features
- Drawing tools: pen, eraser, flood fill, eyedropper
- Color palette presets (Default 16-color, Game Boy, Pico-8)
- Configurable canvas size (8x8 to 64x64)
- Undo/redo history
- Grid overlay toggle
- Local gallery with localStorage persistence
- PNG export
## Tech Stack
- Angular 21 (standalone components, signals)
- HTML Canvas API
- localStorage for gallery persistence
- CSS custom properties with dark editor theme
## Development
```bash
npm install
npm start
npm test
npm run build
```
## License
MIT