@pylinka/format
v0.2.0
Published
Pylinka project format: parse, serialize (inline↔blob assets), and migrate documents.
Maintainers
Readme
@pylinka/format
Project file format of Pylinka — a GPU-driven, node-based particle system for PixiJS.
Everything you export from the Pylinka editor is a
pylinka project document. This package is the one true way to read and write it:
- Parse — validate + load a project JSON (clear errors, never throws on foreign keys).
- Serialize — write projects with assets either inline (base64, single portable file) or as blob references.
- Migrate — versioned schema migrations so old project files keep loading in new runtimes.
npm i @pylinka/formatTypical flow: export a project from the editor, ship the JSON with your game, and hand it to
createParticles() from
@pylinka/core.
Docs, node editor, and a 60+ effect recipe gallery: https://pylinka.schmooky.dev
MIT © pylinka contributors
