sprite-gen

sprite-gen

Generate clean 2D game sprites and animation atlases.

Agent SkillDesignOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.1k
Source
skill-github

Overview

sprite-gen is a Codex/Claude skill that generates clean 2D game sprites and animation atlases through a component-based pipeline. It starts from a base image, generates state rows line by line, cleans up transparency, extracts frames, and produces runtime atlases. Ideal for game developers needing high-quality 2D game assets. Accessible via Python CLI with support for multiple output formats and post-processing features.

Capabilities

  • Generate 2D game sprites from a single image
  • Generate state rows line by line
  • Clean up transparency
  • Extract frames and generate runtime atlases
  • Generate seamless transparent looping animations
  • Provide optional review view

Use cases

2D game developmentAnimation productionCharacter design for gamesGame asset generation

Setup

Requires: Python环境PillowNumPy
python3 -m venv .venv && source .venv/bin/activate && pip install -e .

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to install sprite-gen?

Create a virtual environment and install dependencies using Python: `python3 -m venv .venv && source .venv/bin/activate && pip install -e .`.

What output formats does sprite-gen support?

Supports multiple formats including PNG, GIF, WebP, and more.

Is sprite-gen open source?

Yes, sprite-gen is an open-source project.

Related skills