CopyPxl – Turn any image into a bitmap font sheet (Godot / Unity / Phaser ready)

Hey Godot community!

I built **CopyPxl** — a web tool that turns any reference image into a ready-to-use **bitmap font sheet** (BMFont format: `font.png` + `font.fnt` + ZIP).

**How it works:**

1. Upload a reference image (pixel art, hand-drawn lettering, any style)

2. AI (Gemini) analyzes the style and generates a full character set

3. Download `font.png` + `font.fnt` — drop straight into Godot’s BitmapFont importer

**Why I built this:**

Our studio’s designer kept creating beautiful AI-generated fonts, but couldn’t use them directly in Godot — the output wasn’t in BMFont format. So I turned my Python conversion scripts into a full web app.

**Godot integration:**

- Import `font.fnt` via Godot’s built-in BMFont importer

- Works with Godot 3.x and 4.x

- No plugin needed — standard format

**Free to try:** https://copypxl.com (10 free credits on sign-in)

Would love feedback from the Godot community — especially on edge cases with character spacing or special characters. Happy to answer questions!