Skip to main content

A tiny, scriptable comic-page engine — author comics as YAML, render to SVG / PNG / PDF

Project description

ComicForge

A tiny, scriptable comic-page engine. Characters are a base SVG + stackable variant overlays (faces, arms, …); a comic page is a declarative YAML spec; output is SVG / PNG / PDF. Built so an LLM (or you) can author pages as plain text — see the authoring skill skills/comicforge/SKILL.md for the full authoring contract and skills/comicforge/reference.md for a deeper reference. Working on the engine instead? See CLAUDE.md.

Start a project

ComicForge ships no art and a project needs no Python — a project is just YAML specs + SVG / pixel art that the CLI points at. Install the engine globally and scaffold one:

uv tool install comicforge         # puts `cmf` on your PATH (no venv needed)
cmf init my-comic                  # scaffold characters/ scenes/ pixel/ pages/ + skill
cd my-comic && cmf render pages/hello.yaml

See docs/starting-a-project.md for the data-only setup, version pinning, and when to make it a real Python project.

Working on the engine

uv sync                            # create .venv and install deps

Use

# render a comic page
cmf render examples/pes/pages/slepice.yaml -o slepice.png
cmf render examples/pes/pages/slepice.yaml -o slepice.pdf

# render a standalone scene illustration (one background, no comic grid)
cmf scene examples/pes/pages/dvur-scene.yaml -o dvur.png

# render individual panels at low res for quick review
cmf panel examples/pes/pages/slepice.yaml -o panel.png --row 0 --col 0
cmf panel examples/pes/pages/slepice.yaml -o panels/ --all --scale 0.5

# print the machine-readable contracts (characters / scenes, slots, variants)
cmf characters --library examples/pes/characters
cmf scenes --scenes examples/pes/scenes

Or from Python:

from comicforge import render_spec
render_spec("examples/pes/pages/slepice.yaml", "out.pdf")

How it fits together

ComicForge is a content-free engine plus self-contained projects. There is no shared asset library: every project owns all of its own art. A real downstream project just does pip install comicforge and brings its own characters — none of the example art comes with the engine.

Layer Path Purpose
Engine comicforge/ Pure code — loads assets, composes SVG, writes output. No hardcoded content.
Project examples/<name>/ A self-contained comic: its own characters, scenes, pixel art, and page specs.

A project is one directory with four asset folders:

examples/pes/
  characters/tom/             flat: base.svg + <slot>-<variant>.svg + character.yaml
  characters/bara/            posed: shared faces + character.yaml + poses/{sit,walk}/
  scenes/{dvur,pokoj}/        base.svg + <slot>-<variant>.svg + scene.yaml
  pixel/{heart,sun,...}.yaml  grid + palette
  pages/
    slepice.yaml              2×2 comic — Tom and Bára watch chickens
    kosticka.yaml             Strip with scenes, pixel art, multiple bubble types
    dvur-scene.yaml           Standalone illustration (use `comicforge scene`)

comicforge/library.py         loads a character, stacks base+overlays, places it
comicforge/scene.py           loads a scene, stacks overlays, scales it to cover a box
comicforge/bubbles.py         speech / thought / shout bubbles with word-wrap + tail
comicforge/pixelart.py        grid+palette → SVG sprite
comicforge/render.py          row/panel pages + standalone scenes → SVG → PNG/PDF
comicforge/cli.py             `render`, `scene`, `panel`, `characters`, `scenes` commands

Asset directories

Each spec declares where its assets live via top-level keys (paths are relative to the spec file's directory). For a spec under pages/, the sibling asset folders are one level up:

library:    "../characters"   # character art
scenes_dir: "../scenes"       # scene backgrounds
pixel_dir:  "../pixel"        # pixel-art sprites

CLI flags (--library, --scenes, --pixel-dir) override spec keys and are treated as relative to the current working directory.

See skills/comicforge/reference.md for the full path resolution rule, how to add characters/scenes/sprites, and the complete CLI reference.

Design choices

  • Base + overlays in one shared local canvas — "posing" is just choosing which overlay SVGs to stack. No rig math; each pose/expression is a small SVG you can edit by hand.
  • Declarative spec — the whole agent surface is YAML + the characters JSON.
  • SVG all the way down, rasterized only at the end — crisp vector PDF for print.
  • Content-free enginecomicforge/ ships no art. Each project owns all its own assets, so the engine is a dependency, not a content bundle.

Roadmap ideas

  • A FastAPI + HTMX preview server (live re-render on spec edit).
  • An MCP server exposing list_characters / render_page as tools.
  • Part-anchored slots (separate eyes/mouth/limb pivots) for finer posing.
  • Free-form panel shapes and a gutter/layout DSL.
  • AI-image panels (drop a generated raster into a panel like pixel art).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

comicforge-0.0.1.tar.gz (106.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

comicforge-0.0.1-py3-none-any.whl (44.5 kB view details)

Uploaded Python 3

File details

Details for the file comicforge-0.0.1.tar.gz.

File metadata

  • Download URL: comicforge-0.0.1.tar.gz
  • Upload date:
  • Size: 106.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for comicforge-0.0.1.tar.gz
Algorithm Hash digest
SHA256 3fcf0fd1808a7ea54b02d12fb53e11dadb2aa650a3d5de4c70f51eb4e0127b6b
MD5 26f2b67e19033d79ba9435224be2b214
BLAKE2b-256 6ec61e603918bdd2c235557be56f64621ddd638540380aea93958be2c4b0a3d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for comicforge-0.0.1.tar.gz:

Publisher: release.yml on mojzis/comicforge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file comicforge-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: comicforge-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 44.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for comicforge-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4af7e70ddd8a025a76bee6a58328fb1fa700daa6762a1a56a7607f5d6f6a2311
MD5 c1ede42d5054f5045d011f9bfe3e87f7
BLAKE2b-256 c8d71b8bcd6cacfed82f14a15573eda408e40b593f8397f19ec97733c1e4aa08

See more details on using hashes here.

Provenance

The following attestation bundles were made for comicforge-0.0.1-py3-none-any.whl:

Publisher: release.yml on mojzis/comicforge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page