pixelkiln 0.38.0 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CONTRIBUTING.md CHANGED
@@ -20,6 +20,7 @@ npm test
20
20
  npm run build
21
21
  npm run test:package
22
22
  npm run test:gallery
23
+ npm run test:godot
23
24
  ```
24
25
 
25
26
  `test:gallery` serves a gallery over `FakeProvider` and drives it in headless
package/PROVIDERS.md CHANGED
@@ -57,7 +57,7 @@ the providers offer directly.
57
57
  | Decision | PixelLab | Retro Diffusion |
58
58
  |---|---|---|
59
59
  | Best fit today | Existing PixelKiln projects, account reconciliation, and live-tested generation | Native pixel-art styles, USD budgets, animation, and alternate tileset workflows |
60
- | PixelKiln generators | `map`, `pixflux`, `1dir`, `tiles` | `map` and `pixflux` stills, `tiles`, `animation` |
60
+ | PixelKiln generators | `map`, `pixflux`, `1dir`, `tiles`, `character` | `map` and `pixflux` stills, `tiles`, `animation` |
61
61
  | Output | PNG stills, candidates, and structural tile members | PNG stills/tiles/spritesheets or animated GIF |
62
62
  | Candidate review | Yes; count varies by generator and size | Yes for 1–16 still candidates; animations and tilesets currently use one result |
63
63
  | References | `1dir` and tile style modes | Up to nine for supported RD Pro/user still styles; constrained inputs for animation and tiles |
@@ -203,6 +203,9 @@ uses; they are not a conversion to dollars:
203
203
  | `pixflux` | 1 generation |
204
204
  | `1dir` | 20–40 generations |
205
205
  | `tiles` | 20–40 generations |
206
+ | `character` base | 1 (standard), 2–9 (v3), 20–40 (pro) |
207
+ | `character` state | 20–40 generations |
208
+ | `character` animation | 1 (template), 1 at 64px from text, 20–40 (pro) |
206
209
 
207
210
  Retro Diffusion publishes USD formulas and fixed prices. Examples relevant to
208
211
  PixelKiln include RD Fast from about $0.015 per image, RD Plus from about $0.025,
package/README.md CHANGED
@@ -255,6 +255,7 @@ Measured PixelLab economics vary by 40×:
255
255
  | Exact closed palette | `pixflux` | 1 generation |
256
256
  | Candidate variety/reference anchoring/future animation | `1dir` | 20–40 generations |
257
257
  | Independent or connectable ground tiles | `tiles` | 20–40 generations |
258
+ | A character in 4 or 8 directions, its poses, its loops | `character` | 1 per base, 20–40 per pose, 1 per template loop |
258
259
 
259
260
  Start with the required capability, not the most expensive endpoint. Forty
260
261
  `map` re-rolls cost the same as one 64×64 `1dir` call; conversely, `map` cannot
@@ -389,10 +390,9 @@ package share one source. Policies: [Contributing](./CONTRIBUTING.md),
389
390
 
390
391
  ## Scope
391
392
 
392
- Animated eight-direction characters and their ZIP/engine-resource export are
393
- not implemented. Cross-project content-cache reuse and `workspace find` are
394
- deferred beyond the current workspace catalog. See the open
395
- [roadmap issues](https://github.com/gfargo/pixelkiln/issues).
393
+ Salvaging characters, and PixelLab's portrait and outfit tools, are not
394
+ implemented. Cross-project content-cache reuse and `workspace find`
395
+ are deferred. See the open [roadmap issues](https://github.com/gfargo/pixelkiln/issues).
396
396
 
397
397
  ## License
398
398