Skip to content

MoteWeave v0.5.0-preview.1 — Source Preview

Pre-release
Pre-release

Choose a tag to compare

MoteWeave v0.5.0-preview.1 is the first public source preview of the local character, motion, scene, and tile asset workflow.

Highlights

  • Upload-first character sheet cleanup, grid correction, normalization, validation, previews, and ZIP export.
  • Multi-resolution sprite outputs at 96, 64, 48, 32, and 16 px.
  • Editor Workspace v0 with project persistence, scene authoring, animation timeline, asset library, playtesting, export review, and project-pack export.
  • Motion Source review and guarded set-apply workflows across the CLI, local API, and browser UI.
  • Scene/tile ingestion, quality evidence, deterministic dual-grid arrangement, LDtk-compatible export, and combined character + scene project packs.
  • Optional provider-backed text-to-image workflows for production sheets and standalone quality-character images.
  • Deterministic repository-owned templates and fixtures, provider-free release checks, and Node.js 22/24 CI coverage.

Requirements and quick start

Requires Node.js 22 or 24; Node.js 24 LTS is recommended.

git clone --branch v0.5.0-preview.1 --depth 1 https://github.com/dyk1454683243-sudo/moteweave.git
cd moteweave
npm ci
npm start

Open the local URL printed by npm start.

Preview limitations

  • This is a source-only prerelease. No npm package, desktop installer, third-party executable, or model weight is included.
  • MoteWeave runs as a local server; it is not a hosted upload service.
  • Provider-backed generation is optional and may consume paid API credits. Upload, processing, preview, export, tests, and local smoke paths do not require a Provider key.
  • FFmpeg and rembg are optional user-installed tools. The external media-tool path is not currently supported on Windows.
  • Authentication, billing, production persistence, public-deployment hardening, Godot .tres export, full parallax generation, full WFC, multi-level LDtk worlds, and complete map-editor workflows are not included.
  • Current scene/tile live-generation evidence is limited and should not be treated as a production-readiness guarantee.

Verification

  • Source commit: 96078b528b85016d5423c0c6399a03926495e886
  • Node.js 22 and 24 CI passed.
  • Anonymous clone, locked install, provider-free local smoke, source archive integrity, and release contract checks passed.
  • Provider calls during release verification: 0.

Please report Preview issues through GitHub Issues.