@combos-fun/renderer-adapter 0.0.7 → 0.0.8
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/agent-skill.md +4 -12
- package/package.json +1 -1
package/agent-skill.md
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
# `@combos-fun/renderer-adapter` — Agent notes
|
|
2
2
|
|
|
3
|
-
Pixi v8 display-object adapter layer used by `@combos-fun/plugin-renderer` and
|
|
4
|
-
its 2D rendering sub-plugins. **Not** a game `System`. It exposes a stable
|
|
5
|
-
shape over Pixi primitives so 2D rendering plugins are not coupled to a
|
|
6
|
-
specific Pixi version.
|
|
3
|
+
Pixi v8 display-object adapter layer used by `@combos-fun/plugin-renderer` and its 2D rendering sub-plugins. **Not** a game `System`. It exposes a stable shape over Pixi primitives so 2D rendering plugins are not coupled to a specific Pixi version.
|
|
7
4
|
|
|
8
5
|
## When to read
|
|
9
6
|
|
|
10
|
-
Read whenever a 2D rendering task touches `Container` parenting, low-level
|
|
11
|
-
Pixi display object shape, or whenever the entry skill loads "Core" packages
|
|
12
|
-
for any project.
|
|
7
|
+
Read whenever a 2D rendering task touches `Container` parenting, low-level Pixi display object shape, or whenever the entry skill loads "Core" packages for any project.
|
|
13
8
|
|
|
14
9
|
## Public API
|
|
15
10
|
|
|
@@ -26,14 +21,11 @@ Wrappers re-exported from `@combos-fun/renderer-adapter`:
|
|
|
26
21
|
| `TilingSprite` | `PIXI.TilingSprite` | `plugin-renderer-tiling-sprite` |
|
|
27
22
|
| `Text` | `PIXI.Text` | `plugin-renderer-text` |
|
|
28
23
|
|
|
29
|
-
These are **adapter classes** — plugins consume them, end users typically do
|
|
30
|
-
not import them directly.
|
|
24
|
+
These are **adapter classes** — plugins consume them, end users typically do not import them directly.
|
|
31
25
|
|
|
32
26
|
## Required setup
|
|
33
27
|
|
|
34
|
-
None on the user side. Adapter is a dependency of `@combos-fun/plugin-renderer`
|
|
35
|
-
and is loaded transitively. End users install the plugin packages, not the
|
|
36
|
-
adapter directly.
|
|
28
|
+
None on the user side. Adapter is a dependency of `@combos-fun/plugin-renderer` and is loaded transitively. End users install the plugin packages, not the adapter directly.
|
|
37
29
|
|
|
38
30
|
## Runtime behaviour
|
|
39
31
|
|