create-aura3d 1.1.2 → 1.3.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.
Files changed (215) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +5 -3
  4. package/dist/index.js.map +1 -1
  5. package/package.json +11 -9
  6. package/templates/{cartoon-channel → animation-channel}/README.md +11 -11
  7. package/templates/{cartoon-studio → animation-channel}/index.html +1 -1
  8. package/templates/{cartoon-channel → animation-channel}/package.json +2 -2
  9. package/templates/{cartoon-channel → animation-channel}/src/episode.ts +22 -22
  10. package/templates/{cartoon-channel → animation-channel}/src/experimental/README.md +5 -5
  11. package/templates/{cartoon-channel → animation-channel}/src/experimental/concept-episode-2-5d.css +3 -3
  12. package/templates/{cartoon-channel → animation-channel}/src/experimental/concept-episode-2-5d.ts +7 -7
  13. package/templates/{cartoon-channel → animation-channel}/src/experimental/image-puppet-episode.css +4 -4
  14. package/templates/{cartoon-channel → animation-channel}/src/experimental/image-puppet-episode.ts +6 -6
  15. package/templates/{cartoon-channel → animation-channel}/src/experimental/puppet-episode-2d.css +3 -3
  16. package/templates/{cartoon-channel → animation-channel}/src/experimental/puppet-episode-2d.ts +7 -7
  17. package/templates/{cartoon-channel → animation-channel}/src/main.ts +32 -32
  18. package/templates/{cartoon-channel → animation-channel}/src/render-plan.ts +13 -13
  19. package/templates/{cartoon-channel → animation-channel}/src/sample-episode-visual.css +34 -34
  20. package/templates/{cartoon-channel → animation-channel}/src/sample-episode-visual.ts +20 -20
  21. package/templates/{cartoon-channel → animation-channel}/tests/concept-2-5d-animation.spec.ts +3 -3
  22. package/templates/{cartoon-channel → animation-channel}/tests/concept-2-5d.spec.ts +6 -6
  23. package/templates/{cartoon-channel → animation-channel}/tests/image-puppet-animation.spec.ts +3 -3
  24. package/templates/{cartoon-channel → animation-channel}/tests/image-puppet.spec.ts +5 -5
  25. package/templates/{cartoon-channel → animation-channel}/tests/puppet-2d-animation.spec.ts +3 -3
  26. package/templates/{cartoon-channel → animation-channel}/tests/puppet-2d.spec.ts +4 -4
  27. package/templates/{prompt-cartoon-channel → animation-channel}/tests/route-health.spec.ts +1 -1
  28. package/templates/{cartoon-channel → animation-channel}/tests/sample-episode-visual.spec.ts +5 -5
  29. package/templates/{cartoon-channel → animation-channel}/tests/storyboard-playback.spec.ts +7 -7
  30. package/templates/animation-studio/AGENTS.md +71 -0
  31. package/templates/{cartoon-studio → animation-studio}/ASSET-LICENSES.md +7 -7
  32. package/templates/{cartoon-studio → animation-studio}/README.md +6 -6
  33. package/templates/animation-studio/aura.assets.json +669 -0
  34. package/templates/animation-studio/dist/episodes/scene/episode-3d.webm +0 -0
  35. package/templates/animation-studio/dist/episodes/scene/frames/action.png +0 -0
  36. package/templates/animation-studio/dist/episodes/scene/frames/dialogue.png +0 -0
  37. package/templates/animation-studio/dist/episodes/scene/frames/final.png +0 -0
  38. package/templates/animation-studio/dist/episodes/scene/frames/first.png +0 -0
  39. package/templates/animation-studio/dist/episodes/scene/frames/mouth-closed.png +0 -0
  40. package/templates/animation-studio/dist/episodes/scene/frames/mouth-open.png +0 -0
  41. package/templates/animation-studio/dist/episodes/scene/render-live-summary.json +10284 -0
  42. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/worker-1.png +0 -0
  43. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/worker-2.png +0 -0
  44. package/templates/animation-studio/dist/generated/second-scene.document.json +1210 -0
  45. package/templates/animation-studio/dist/generated/studio-edited.document.json +1196 -0
  46. package/templates/animation-studio/dist/scene/inshader-accept.document.json +1 -0
  47. package/templates/animation-studio/dist/scene/inshader-test.document.json +1 -0
  48. package/templates/animation-studio/dist/scene/integ.document.json +1 -0
  49. package/templates/animation-studio/dist/scene/working.document.json +723 -0
  50. package/templates/animation-studio/dist/scene/working.history.json +1 -0
  51. package/templates/{cartoon-studio → animation-studio}/live-route.html +1 -1
  52. package/templates/{cartoon-studio → animation-studio}/package-lock.json +2 -2
  53. package/templates/animation-studio/package.json +32 -0
  54. package/templates/animation-studio/public/aura-assets/cast-a.catalog.glb +0 -0
  55. package/templates/animation-studio/public/aura-assets/cast-b.catalog.glb +0 -0
  56. package/templates/animation-studio/public/aura-assets/luma.catalog.glb +0 -0
  57. package/templates/animation-studio/public/aura-assets/luma2.catalog.glb +0 -0
  58. package/templates/animation-studio/public/aura-assets/miko.catalog.glb +0 -0
  59. package/templates/{cartoon-studio → animation-studio}/public/aura-assets/moonGarden.gltf +1 -1
  60. package/templates/animation-studio/public/aura-assets/mushroom.catalog.glb +0 -0
  61. package/templates/animation-studio/public/aura-assets/rusty.catalog.glb +0 -0
  62. package/templates/animation-studio/public/cast-library/cast-library.json +71 -0
  63. package/templates/animation-studio/public/clip-library/gesture.json +173903 -0
  64. package/templates/animation-studio/public/clip-library/idle.json +23035 -0
  65. package/templates/animation-studio/public/clip-library/manifest.json +154 -0
  66. package/templates/animation-studio/public/clip-library/nod.json +173903 -0
  67. package/templates/animation-studio/public/clip-library/point.json +69879 -0
  68. package/templates/animation-studio/public/clip-library/react.json +66084 -0
  69. package/templates/animation-studio/public/clip-library/run.json +9648 -0
  70. package/templates/animation-studio/public/clip-library/talk.json +69879 -0
  71. package/templates/animation-studio/public/clip-library/walk.json +8283 -0
  72. package/templates/animation-studio/public/hifi-cast/BrainStem.glb +0 -0
  73. package/templates/animation-studio/public/hifi-cast/CesiumMan.glb +0 -0
  74. package/templates/animation-studio/public/hifi-cast/RiggedFigure.glb +0 -0
  75. package/templates/animation-studio/public/hifi-cast/kaykit/Barbarian.glb +0 -0
  76. package/templates/animation-studio/public/hifi-cast/kaykit/Knight.glb +0 -0
  77. package/templates/animation-studio/public/hifi-cast/kaykit/Mage.glb +0 -0
  78. package/templates/animation-studio/public/hifi-cast/kaykit/Rogue.glb +0 -0
  79. package/templates/animation-studio/public/hifi-cast/kaykit/Rogue_Hooded.glb +0 -0
  80. package/templates/animation-studio/public/hifi-cast/khronos-report.json +295 -0
  81. package/templates/animation-studio/public/hifi-cast/quaternius-report.json +449 -0
  82. package/templates/animation-studio/public/hifi-cast/rpm/cesiumman.glb +0 -0
  83. package/templates/animation-studio/public/hifi-cast/rpm/fox.glb +0 -0
  84. package/templates/animation-studio/public/hifi-cast/rpm/riggedfigure.glb +0 -0
  85. package/templates/animation-studio/public/hifi-cast/rpm-report.json +301 -0
  86. package/templates/animation-studio/scripts/anim.ts +103 -0
  87. package/templates/animation-studio/scripts/animation-scene.ts +457 -0
  88. package/templates/animation-studio/scripts/asset-motion-probe.ts +450 -0
  89. package/templates/animation-studio/scripts/asset-render-probe.ts +152 -0
  90. package/templates/animation-studio/scripts/author-office-scene.ts +65 -0
  91. package/templates/animation-studio/scripts/build-cast-library.ts +97 -0
  92. package/templates/animation-studio/scripts/build-characters.ts +1543 -0
  93. package/templates/animation-studio/scripts/build-clip-library.ts +972 -0
  94. package/templates/animation-studio/scripts/clip-decision-cli.ts +51 -0
  95. package/templates/animation-studio/scripts/determinism-check.ts +48 -0
  96. package/templates/animation-studio/scripts/generate-scene.ts +95 -0
  97. package/templates/animation-studio/scripts/hifi-cast-validate.ts +572 -0
  98. package/templates/animation-studio/scripts/motion-evidence-cli.ts +150 -0
  99. package/templates/animation-studio/scripts/motion-evidence.ts +362 -0
  100. package/templates/animation-studio/scripts/preview-server.ts +52 -0
  101. package/templates/animation-studio/scripts/regen-manifest.ts +156 -0
  102. package/templates/animation-studio/scripts/render-core.ts +360 -0
  103. package/templates/animation-studio/scripts/render-live.ts +813 -0
  104. package/templates/animation-studio/scripts/render-parallel.ts +70 -0
  105. package/templates/animation-studio/scripts/render-server.ts +119 -0
  106. package/templates/animation-studio/scripts/resolve-asset.ts +669 -0
  107. package/templates/animation-studio/scripts/skeleton-overlay-cli.ts +82 -0
  108. package/templates/animation-studio/scripts/skeleton-overlay.ts +293 -0
  109. package/templates/animation-studio/scripts/studio-tools-demo.ts +45 -0
  110. package/templates/animation-studio/scripts/texture-bake.ts +297 -0
  111. package/templates/{cartoon-studio → animation-studio}/scripts/validate-characters.ts +0 -0
  112. package/templates/animation-studio/scripts/verify-extracted-overlay-cli.ts +264 -0
  113. package/templates/animation-studio/src/animation-episode-validator.ts +97 -0
  114. package/templates/animation-studio/src/animation-performance.ts +556 -0
  115. package/templates/animation-studio/src/aura-assets.ts +71 -0
  116. package/templates/animation-studio/src/character.ts +40 -0
  117. package/templates/animation-studio/src/director/compile-episode-document.ts +45 -0
  118. package/templates/animation-studio/src/director/director-heuristics.ts +697 -0
  119. package/templates/animation-studio/src/director/prompt-to-scene.ts +369 -0
  120. package/templates/animation-studio/src/empty-document.ts +77 -0
  121. package/templates/animation-studio/src/episode-document.ts +442 -0
  122. package/templates/animation-studio/src/examples/moon-garden.example.ts +183 -0
  123. package/templates/animation-studio/src/fidelity.ts +129 -0
  124. package/templates/animation-studio/src/graph.ts +14 -0
  125. package/templates/animation-studio/src/procedural-hdri.ts +243 -0
  126. package/templates/animation-studio/src/profile.ts +97 -0
  127. package/templates/animation-studio/src/render-live-route.ts +42 -0
  128. package/templates/animation-studio/src/render-modes.ts +137 -0
  129. package/templates/animation-studio/src/scene-player.ts +867 -0
  130. package/templates/animation-studio/src/set-templates.ts +361 -0
  131. package/templates/animation-studio/src/studio/episode-document-store.ts +72 -0
  132. package/templates/animation-studio/src/studio/scene-tool-registry.ts +86 -0
  133. package/templates/animation-studio/src/studio/scene-tools.ts +169 -0
  134. package/templates/animation-studio/tests/reports/animation-studio/hifi-cast-validation.json +938 -0
  135. package/templates/animation-studio/tsconfig.json +26 -0
  136. package/templates/{cartoon-studio → animation-studio}/vite.config.ts +6 -1
  137. package/templates/character-controller/README.md +33 -0
  138. package/templates/character-controller/index.html +19 -0
  139. package/templates/character-controller/package.json +23 -0
  140. package/templates/character-controller/playwright.config.ts +14 -0
  141. package/templates/character-controller/src/controller.ts +44 -0
  142. package/templates/character-controller/src/main.ts +62 -0
  143. package/templates/character-controller/tests/route-health.spec.ts +26 -0
  144. package/templates/character-controller/tests/screenshot.spec.ts +9 -0
  145. package/templates/character-controller/tsconfig.json +15 -0
  146. package/templates/cinematic-scene/package.json +1 -1
  147. package/templates/episode-builder/README.md +4 -4
  148. package/templates/episode-builder/package.json +1 -1
  149. package/templates/episode-builder/src/aura-assets.ts +1 -1
  150. package/templates/episode-builder/src/builder.ts +4 -4
  151. package/templates/episode-builder/src/episode.ts +21 -21
  152. package/templates/episode-builder/src/main.ts +20 -20
  153. package/templates/episode-builder/src/render-plan.ts +13 -13
  154. package/templates/episode-builder/tests/storyboard-playback.spec.ts +7 -7
  155. package/templates/fighting-game/package.json +1 -1
  156. package/templates/mini-game/package.json +1 -1
  157. package/templates/product-viewer/package.json +1 -1
  158. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/README.md +5 -5
  159. package/templates/{cartoon-channel → prompt-animation-channel}/index.html +1 -1
  160. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/package.json +2 -2
  161. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/aura-assets.ts +1 -1
  162. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/episode.ts +22 -22
  163. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/main.ts +28 -28
  164. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/render-plan.ts +13 -13
  165. package/templates/{cartoon-channel → prompt-animation-channel}/tests/route-health.spec.ts +1 -1
  166. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/tests/storyboard-playback.spec.ts +8 -8
  167. package/templates/cartoon-studio/aura.assets.json +0 -400
  168. package/templates/cartoon-studio/package.json +0 -33
  169. package/templates/cartoon-studio/public/aura-assets/luma.authored.glb +0 -0
  170. package/templates/cartoon-studio/public/aura-assets/miko.authored.glb +0 -0
  171. package/templates/cartoon-studio/scripts/build-characters.ts +0 -738
  172. package/templates/cartoon-studio/scripts/build-dialogue-audio.ts +0 -262
  173. package/templates/cartoon-studio/scripts/episode.ts +0 -323
  174. package/templates/cartoon-studio/scripts/render-live.ts +0 -873
  175. package/templates/cartoon-studio/src/aura-assets.ts +0 -64
  176. package/templates/cartoon-studio/src/characters.ts +0 -65
  177. package/templates/cartoon-studio/src/episode-renderer.ts +0 -605
  178. package/templates/cartoon-studio/src/episode.ts +0 -306
  179. package/templates/cartoon-studio/src/main.ts +0 -400
  180. package/templates/cartoon-studio/src/render-live-route.ts +0 -913
  181. package/templates/cartoon-studio/src/render-plan.ts +0 -567
  182. package/templates/cartoon-studio/src/review.ts +0 -99
  183. package/templates/cartoon-studio/src/studio.ts +0 -101
  184. package/templates/cartoon-studio/test-results/.last-run.json +0 -4
  185. package/templates/cartoon-studio/tests/episode-render.spec.ts +0 -44
  186. package/templates/cartoon-studio/tests/motion-quality.spec.ts +0 -45
  187. package/templates/cartoon-studio/tests/route-health.spec.ts +0 -7
  188. package/templates/cartoon-studio/tests/storyboard-playback.spec.ts +0 -99
  189. package/templates/cartoon-studio/tests/visual-review.spec.ts +0 -21
  190. package/templates/cartoon-studio/tsconfig.json +0 -14
  191. package/templates/prompt-cartoon-channel/index.html +0 -13
  192. package/templates/prompt-cartoon-channel/src/sets.ts +0 -14
  193. /package/templates/{cartoon-channel → animation-channel}/aura.assets.json +0 -0
  194. /package/templates/{cartoon-channel → animation-channel}/playwright.config.ts +0 -0
  195. /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/luma.047f5e5f.glb +0 -0
  196. /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/luma.thumb.svg +0 -0
  197. /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/miko.047f5e5f.glb +0 -0
  198. /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/miko.thumb.svg +0 -0
  199. /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/moon-garden-feature-frame.png +0 -0
  200. /package/templates/{cartoon-channel → animation-channel}/src/aura-assets.ts +0 -0
  201. /package/templates/{cartoon-channel → animation-channel}/src/characters.ts +0 -0
  202. /package/templates/{cartoon-channel → animation-channel}/src/contract.ts +0 -0
  203. /package/templates/{cartoon-channel → animation-channel}/src/sets.ts +0 -0
  204. /package/templates/{cartoon-channel → animation-channel}/test-results/.last-run.json +0 -0
  205. /package/templates/{cartoon-channel → animation-channel}/tests/reports/prompt-animation/cartoon-sample-episode.png +0 -0
  206. /package/templates/{cartoon-channel → animation-channel}/tsconfig.json +0 -0
  207. /package/templates/{cartoon-studio → animation-studio}/playwright.config.ts +0 -0
  208. /package/templates/{cartoon-studio → animation-studio}/public/aura-assets/luma.thumb.svg +0 -0
  209. /package/templates/{cartoon-studio → animation-studio}/public/aura-assets/miko.thumb.svg +0 -0
  210. /package/templates/{cartoon-studio → animation-studio}/src/contract.ts +0 -0
  211. /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/playwright.config.ts +0 -0
  212. /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/characters.ts +0 -0
  213. /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/contract.ts +0 -0
  214. /package/templates/{cartoon-studio → prompt-animation-channel}/src/sets.ts +0 -0
  215. /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/tsconfig.json +0 -0
@@ -1,400 +0,0 @@
1
- {
2
- "schema": "aura3d.assets/1.0",
3
- "assetBasePath": "/aura-assets/",
4
- "outputDir": "public/aura-assets",
5
- "typegen": "src/aura-assets.ts",
6
- "assets": [
7
- {
8
- "id": "luma",
9
- "type": "model",
10
- "format": "glb",
11
- "source": "public/aura-assets/luma.authored.glb",
12
- "outputPath": "public/aura-assets/luma.authored.glb",
13
- "url": "/aura-assets/luma.authored.glb",
14
- "hash": "sha256-ccfcb4accdf58127337bd0b8f9ae10a160b6365b3a92f85b777476c524c92989",
15
- "sizeBytes": 20048,
16
- "bounds": [
17
- 0.62,
18
- 1.94,
19
- 0.34
20
- ],
21
- "boundsMetadata": {
22
- "min": [
23
- -0.31,
24
- -0.45,
25
- -0.17
26
- ],
27
- "max": [
28
- 0.31,
29
- 1.49,
30
- 0.17
31
- ],
32
- "size": [
33
- 0.62,
34
- 1.94,
35
- 0.34
36
- ],
37
- "center": [
38
- 0,
39
- 0.52,
40
- 0
41
- ],
42
- "maxDimension": 1.94,
43
- "grounded": false
44
- },
45
- "materials": [
46
- "luma_body_mat"
47
- ],
48
- "materialMetadata": [
49
- {
50
- "name": "luma_body_mat",
51
- "visible": true,
52
- "readable": true,
53
- "opacity": 1,
54
- "alphaMode": "OPAQUE",
55
- "reasons": []
56
- }
57
- ],
58
- "animations": [
59
- "Idle",
60
- "Wave",
61
- "Walk"
62
- ],
63
- "animationMetadata": {
64
- "clipCount": 3,
65
- "clips": [
66
- {
67
- "index": 0,
68
- "name": "Idle",
69
- "channelCount": 2,
70
- "samplerCount": 2,
71
- "targetPaths": [
72
- "rotation"
73
- ],
74
- "targetNodes": [
75
- "spine",
76
- "head"
77
- ]
78
- },
79
- {
80
- "index": 1,
81
- "name": "Wave",
82
- "channelCount": 2,
83
- "samplerCount": 2,
84
- "targetPaths": [
85
- "rotation"
86
- ],
87
- "targetNodes": [
88
- "armR",
89
- "spine"
90
- ]
91
- },
92
- {
93
- "index": 2,
94
- "name": "Walk",
95
- "channelCount": 5,
96
- "samplerCount": 5,
97
- "targetPaths": [
98
- "rotation",
99
- "translation"
100
- ],
101
- "targetNodes": [
102
- "legL",
103
- "legR",
104
- "armL",
105
- "armR",
106
- "root"
107
- ]
108
- }
109
- ]
110
- },
111
- "humanoid": {
112
- "status": "authored",
113
- "humanoid": true,
114
- "boneCount": 7
115
- },
116
- "skeleton": {
117
- "jointCount": 7,
118
- "skinnedMeshCount": 1
119
- },
120
- "morphTargets": {
121
- "targetCount": 1,
122
- "targetNames": [
123
- "mouthOpen"
124
- ]
125
- },
126
- "textures": [],
127
- "dependencies": [],
128
- "nodeNames": [
129
- "luma_mesh",
130
- "root",
131
- "spine",
132
- "head",
133
- "armL",
134
- "armR",
135
- "legL",
136
- "legR"
137
- ],
138
- "provenance": {
139
- "license": "CC0-1.0",
140
- "author": "Aura3D",
141
- "sourceFamily": "Aura3D-authored procedural cartoon characters",
142
- "sourcePath": "public/aura-assets/luma.authored.glb",
143
- "sourceUrl": "https://aura3d.auraone.ai/aura-assets/luma.authored.glb",
144
- "attribution": "Aura3D-authored CC0 cartoon helper robot 'Luma' (taller, warm-gold), generated procedurally by scripts/build-characters.ts.",
145
- "evidence": [
146
- "cartoon-character",
147
- "Aura3D-authored procedural GLB (CC0)",
148
- "rigged skeleton: root/spine/head + 2 arms + 2 legs",
149
- "Idle/Wave/Walk animation clips",
150
- "mouthOpen face blendshape (real lip-sync morph)"
151
- ]
152
- },
153
- "thumbnailUrl": "/aura-assets/luma.thumb.svg",
154
- "warnings": []
155
- },
156
- {
157
- "id": "miko",
158
- "type": "model",
159
- "format": "glb",
160
- "source": "public/aura-assets/miko.authored.glb",
161
- "outputPath": "public/aura-assets/miko.authored.glb",
162
- "url": "/aura-assets/miko.authored.glb",
163
- "hash": "sha256-15d37c49f79d3f0e7d70f199e058935605802dcb61434cc458684e512486f705",
164
- "sizeBytes": 20044,
165
- "bounds": [
166
- 0.66,
167
- 1.47,
168
- 0.43
169
- ],
170
- "boundsMetadata": {
171
- "min": [
172
- -0.33,
173
- -0.34,
174
- -0.21
175
- ],
176
- "max": [
177
- 0.33,
178
- 1.13,
179
- 0.22
180
- ],
181
- "size": [
182
- 0.66,
183
- 1.47,
184
- 0.43
185
- ],
186
- "center": [
187
- 0,
188
- 0.39,
189
- 0
190
- ],
191
- "maxDimension": 1.47,
192
- "grounded": false
193
- },
194
- "materials": [
195
- "miko_body_mat"
196
- ],
197
- "materialMetadata": [
198
- {
199
- "name": "miko_body_mat",
200
- "visible": true,
201
- "readable": true,
202
- "opacity": 1,
203
- "alphaMode": "OPAQUE",
204
- "reasons": []
205
- }
206
- ],
207
- "animations": [
208
- "Idle",
209
- "Wave",
210
- "Walk"
211
- ],
212
- "animationMetadata": {
213
- "clipCount": 3,
214
- "clips": [
215
- {
216
- "index": 0,
217
- "name": "Idle",
218
- "channelCount": 2,
219
- "samplerCount": 2,
220
- "targetPaths": [
221
- "rotation"
222
- ],
223
- "targetNodes": [
224
- "spine",
225
- "head"
226
- ]
227
- },
228
- {
229
- "index": 1,
230
- "name": "Wave",
231
- "channelCount": 2,
232
- "samplerCount": 2,
233
- "targetPaths": [
234
- "rotation"
235
- ],
236
- "targetNodes": [
237
- "armR",
238
- "spine"
239
- ]
240
- },
241
- {
242
- "index": 2,
243
- "name": "Walk",
244
- "channelCount": 5,
245
- "samplerCount": 5,
246
- "targetPaths": [
247
- "rotation",
248
- "translation"
249
- ],
250
- "targetNodes": [
251
- "legL",
252
- "legR",
253
- "armL",
254
- "armR",
255
- "root"
256
- ]
257
- }
258
- ]
259
- },
260
- "humanoid": {
261
- "status": "authored",
262
- "humanoid": true,
263
- "boneCount": 7
264
- },
265
- "skeleton": {
266
- "jointCount": 7,
267
- "skinnedMeshCount": 1
268
- },
269
- "morphTargets": {
270
- "targetCount": 1,
271
- "targetNames": [
272
- "mouthOpen"
273
- ]
274
- },
275
- "textures": [],
276
- "dependencies": [],
277
- "nodeNames": [
278
- "miko_mesh",
279
- "root",
280
- "spine",
281
- "head",
282
- "armL",
283
- "armR",
284
- "legL",
285
- "legR"
286
- ],
287
- "provenance": {
288
- "license": "CC0-1.0",
289
- "author": "Aura3D",
290
- "sourceFamily": "Aura3D-authored procedural cartoon characters",
291
- "sourcePath": "public/aura-assets/miko.authored.glb",
292
- "sourceUrl": "https://aura3d.auraone.ai/aura-assets/miko.authored.glb",
293
- "attribution": "Aura3D-authored CC0 cartoon helper robot 'Miko' (rounded, cyan), generated procedurally by scripts/build-characters.ts.",
294
- "evidence": [
295
- "cartoon-character",
296
- "Aura3D-authored procedural GLB (CC0)",
297
- "rigged skeleton: root/spine/head + 2 arms + 2 legs",
298
- "Idle/Wave/Walk animation clips",
299
- "mouthOpen face blendshape (real lip-sync morph)"
300
- ]
301
- },
302
- "thumbnailUrl": "/aura-assets/miko.thumb.svg",
303
- "warnings": []
304
- },
305
- {
306
- "id": "moonGarden",
307
- "type": "model",
308
- "format": "gltf",
309
- "source": "public/aura-assets/moonGarden.gltf",
310
- "outputPath": "public/aura-assets/moonGarden.gltf",
311
- "url": "/aura-assets/moonGarden.gltf",
312
- "hash": "sha256-85a288d6d434cc5c56ac154c3e996c2ad7612791622fc20a339fb647a6d426bd",
313
- "sizeBytes": 3744,
314
- "bounds": [
315
- 3.2,
316
- 0.6,
317
- 1.2
318
- ],
319
- "boundsMetadata": {
320
- "min": [
321
- -1.6,
322
- 0,
323
- -0.6
324
- ],
325
- "max": [
326
- 1.6,
327
- 0.6,
328
- 0.6
329
- ],
330
- "size": [
331
- 3.2,
332
- 0.6,
333
- 1.2
334
- ],
335
- "center": [
336
- 0,
337
- 0.3,
338
- 0
339
- ],
340
- "maxDimension": 3.2,
341
- "grounded": true
342
- },
343
- "materials": [
344
- "soft blue moon path",
345
- "warm glow stone",
346
- "distant teal skyline"
347
- ],
348
- "materialMetadata": [
349
- {
350
- "name": "soft blue moon path",
351
- "visible": true,
352
- "readable": true,
353
- "opacity": 1,
354
- "alphaMode": "OPAQUE",
355
- "reasons": []
356
- },
357
- {
358
- "name": "warm glow stone",
359
- "visible": true,
360
- "readable": true,
361
- "opacity": 1,
362
- "alphaMode": "OPAQUE",
363
- "reasons": []
364
- },
365
- {
366
- "name": "distant teal skyline",
367
- "visible": true,
368
- "readable": true,
369
- "opacity": 1,
370
- "alphaMode": "OPAQUE",
371
- "reasons": []
372
- }
373
- ],
374
- "animations": [],
375
- "textures": [],
376
- "dependencies": [],
377
- "nodeNames": [
378
- "moon garden floor anchor",
379
- "moon garden glow stone anchor",
380
- "moon garden skyline anchor"
381
- ],
382
- "provenance": {
383
- "license": "MIT",
384
- "author": "Aura3D",
385
- "sourceFamily": "Aura3D curated starter pack",
386
- "sourcePath": "public/aura-assets/moonGarden.gltf",
387
- "sourceUrl": "https://aura3d.auraone.ai/aura-assets/moonGarden.gltf",
388
- "attribution": "Bundled Aura3D Moon Garden starter set for local cartoon-studio validation.",
389
- "evidence": [
390
- "cartoon-set",
391
- "moon garden",
392
- "walkable set",
393
- "framing ready"
394
- ]
395
- },
396
- "thumbnailUrl": "/aura-assets/moonGarden.thumb.svg",
397
- "warnings": []
398
- }
399
- ]
400
- }
@@ -1,33 +0,0 @@
1
- {
2
- "name": "aura3d-cartoon-studio",
3
- "version": "0.1.0",
4
- "private": true,
5
- "type": "module",
6
- "scripts": {
7
- "dev": "vite --host 0.0.0.0",
8
- "episode:plan": "tsx scripts/episode.ts plan",
9
- "episode:preview": "tsx scripts/episode.ts preview",
10
- "episode:render": "tsx scripts/episode.ts render",
11
- "episode:package": "tsx scripts/episode.ts package",
12
- "episode:review": "tsx scripts/episode.ts review",
13
- "episode:render-3d": "tsx scripts/render-live.ts",
14
- "episode:verify": "npm run episode:render && npm run episode:package && npm run episode:review && tsx scripts/episode.ts verify",
15
- "typecheck": "tsc --noEmit",
16
- "build": "npm run typecheck && vite build",
17
- "preview": "vite preview --host 0.0.0.0",
18
- "test": "playwright test tests/route-health.spec.ts tests/storyboard-playback.spec.ts tests/episode-render.spec.ts tests/motion-quality.spec.ts tests/visual-review.spec.ts --workers=1"
19
- },
20
- "dependencies": {
21
- "@aura3d/animation": "1.1.0",
22
- "@aura3d/assets": "1.1.0",
23
- "@aura3d/core": "1.1.0",
24
- "@aura3d/physics": "1.1.0",
25
- "@aura3d/engine": "1.1.0"
26
- },
27
- "devDependencies": {
28
- "@playwright/test": "^1.52.0",
29
- "tsx": "^4.20.6",
30
- "typescript": "^5.9.3",
31
- "vite": "^7.2.4"
32
- }
33
- }