@aura3d/engine 1.0.5 → 1.0.7
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/README.md +41 -19
- package/dist/animation/AnimationStateGraph.d.ts +2 -0
- package/dist/animation/AnimationStateGraph.d.ts.map +1 -0
- package/dist/animation/AnimationStateGraph.js +2 -0
- package/dist/animation/AnimationStateGraph.js.map +1 -0
- package/dist/animation/AnimationStateMachine.d.ts +16 -0
- package/dist/animation/AnimationStateMachine.d.ts.map +1 -1
- package/dist/animation/AnimationStateMachine.js +69 -7
- package/dist/animation/AnimationStateMachine.js.map +1 -1
- package/dist/animation/index.d.ts +1 -0
- package/dist/animation/index.d.ts.map +1 -1
- package/dist/animation/index.js +1 -0
- package/dist/animation/index.js.map +1 -1
- package/dist/aura3d-cli/cli.js +39 -8
- package/dist/aura3d-cli/cli.js.map +1 -1
- package/dist/aura3d-cli/index.d.ts +9 -0
- package/dist/aura3d-cli/index.d.ts.map +1 -1
- package/dist/aura3d-cli/index.js +215 -13
- package/dist/aura3d-cli/index.js.map +1 -1
- package/dist/aura3d-cli/pull-bridge.d.ts +14 -1
- package/dist/aura3d-cli/pull-bridge.d.ts.map +1 -1
- package/dist/aura3d-cli/pull-bridge.js +101 -15
- package/dist/aura3d-cli/pull-bridge.js.map +1 -1
- package/dist/create-aura3d/index.js +1 -1
- package/dist/engine/agent-api/FrameLoop.d.ts.map +1 -1
- package/dist/engine/agent-api/FrameLoop.js +8 -2
- package/dist/engine/agent-api/FrameLoop.js.map +1 -1
- package/dist/engine/agent-api/GameAppRuntime.d.ts +62 -0
- package/dist/engine/agent-api/GameAppRuntime.d.ts.map +1 -0
- package/dist/engine/agent-api/GameAppRuntime.js +189 -0
- package/dist/engine/agent-api/GameAppRuntime.js.map +1 -0
- package/dist/engine/agent-api/index.d.ts +8 -0
- package/dist/engine/agent-api/index.d.ts.map +1 -1
- package/dist/engine/agent-api/index.js +12 -0
- package/dist/engine/agent-api/index.js.map +1 -1
- package/dist/engine/agent-api/product-viewer-runtime.d.ts.map +1 -1
- package/dist/engine/production-runtime/TypedGLBActor.d.ts +63 -0
- package/dist/engine/production-runtime/TypedGLBActor.d.ts.map +1 -0
- package/dist/engine/production-runtime/TypedGLBActor.js +116 -0
- package/dist/engine/production-runtime/TypedGLBActor.js.map +1 -0
- package/dist/engine/production-runtime/index.d.ts +4 -3
- package/dist/engine/production-runtime/index.d.ts.map +1 -1
- package/dist/engine/production-runtime/index.js +2 -2
- package/dist/engine/production-runtime/index.js.map +1 -1
- package/dist/physics/HitboxWorld.d.ts +22 -1
- package/dist/physics/HitboxWorld.d.ts.map +1 -1
- package/dist/physics/HitboxWorld.js +142 -11
- package/dist/physics/HitboxWorld.js.map +1 -1
- package/package.json +138 -116
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aura3d/engine",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
|
+
"packageManager": "pnpm@11.1.3",
|
|
4
5
|
"private": false,
|
|
5
6
|
"type": "module",
|
|
6
7
|
"files": [
|
|
@@ -98,119 +99,6 @@
|
|
|
98
99
|
"./production-runtime": "./dist/engine/production-runtime/index.js",
|
|
99
100
|
"./advanced-runtime": "./dist/engine/advanced-runtime/index.js"
|
|
100
101
|
},
|
|
101
|
-
"devDependencies": {
|
|
102
|
-
"@babylonjs/core": "^7.16.1",
|
|
103
|
-
"@babylonjs/loaders": "^7.16.1",
|
|
104
|
-
"@playwright/test": "^1.52.0",
|
|
105
|
-
"@size-limit/file": "^12.1.0",
|
|
106
|
-
"@types/node": "^22.15.3",
|
|
107
|
-
"@types/react": "^19.0.0",
|
|
108
|
-
"@types/three": "^0.165.0",
|
|
109
|
-
"babylonjs-gltf2interface": "7.16.1",
|
|
110
|
-
"draco3d": "^1.5.7",
|
|
111
|
-
"esbuild": "^0.28.0",
|
|
112
|
-
"eslint": "^9.26.0",
|
|
113
|
-
"meshoptimizer": "^1.1.1",
|
|
114
|
-
"react": "^19.0.0",
|
|
115
|
-
"size-limit": "^12.1.0",
|
|
116
|
-
"three": "^0.165.0",
|
|
117
|
-
"tsx": "^4.19.4",
|
|
118
|
-
"typescript": "^5.8.3",
|
|
119
|
-
"vite": "^7.3.2",
|
|
120
|
-
"vitest": "^3.1.3",
|
|
121
|
-
"@aura3d/animation": "1.0.5",
|
|
122
|
-
"@aura3d/core": "1.0.5",
|
|
123
|
-
"@aura3d/debug": "1.0.5",
|
|
124
|
-
"@aura3d/ecs": "1.0.5",
|
|
125
|
-
"@aura3d/editor": "1.0.5",
|
|
126
|
-
"@aura3d/input": "1.0.5",
|
|
127
|
-
"@aura3d/math": "1.0.5",
|
|
128
|
-
"@aura3d/audio": "1.0.5",
|
|
129
|
-
"@aura3d/physics": "1.0.5",
|
|
130
|
-
"@aura3d/product-studio": "1.0.5",
|
|
131
|
-
"@aura3d/cli": "1.0.5",
|
|
132
|
-
"@aura3d/assets": "1.0.5",
|
|
133
|
-
"@aura3d/scripting": "1.0.5",
|
|
134
|
-
"@aura3d/rendering": "1.0.5",
|
|
135
|
-
"@aura3d/scene": "1.0.5",
|
|
136
|
-
"@aura3d/workflows": "1.0.5",
|
|
137
|
-
"@aura3d/react": "1.0.5",
|
|
138
|
-
"create-aura3d": "1.0.5",
|
|
139
|
-
"@aura3d/apps": "1.0.5",
|
|
140
|
-
"@aura3d/editor-runtime": "1.0.5",
|
|
141
|
-
"@aura3d/engine-runtime": "1.0.5"
|
|
142
|
-
},
|
|
143
|
-
"dependencies": {
|
|
144
|
-
"@loaders.gl/core": "4.4.1",
|
|
145
|
-
"@loaders.gl/textures": "4.4.1",
|
|
146
|
-
"cannon-es": "0.20.0"
|
|
147
|
-
},
|
|
148
|
-
"sideEffects": false,
|
|
149
|
-
"description": "AI-native TypeScript 3D SDK for browser 3D apps, prompt-to-code scenes, GLB/glTF product viewers, WebGL/WebGPU, Vite templates, diagnostics, and deploy checks.",
|
|
150
|
-
"keywords": [
|
|
151
|
-
"3d",
|
|
152
|
-
"3d-library",
|
|
153
|
-
"3d-engine",
|
|
154
|
-
"browser-3d",
|
|
155
|
-
"web-3d",
|
|
156
|
-
"webgl",
|
|
157
|
-
"webgl2",
|
|
158
|
-
"webgpu",
|
|
159
|
-
"typescript",
|
|
160
|
-
"typescript-3d",
|
|
161
|
-
"javascript",
|
|
162
|
-
"ai-agents",
|
|
163
|
-
"coding-agents",
|
|
164
|
-
"ai-coding",
|
|
165
|
-
"llm",
|
|
166
|
-
"prompt-to-3d",
|
|
167
|
-
"prompt-to-code",
|
|
168
|
-
"generative-3d",
|
|
169
|
-
"gltf",
|
|
170
|
-
"glb",
|
|
171
|
-
"glb-viewer",
|
|
172
|
-
"gltf-viewer",
|
|
173
|
-
"typed-assets",
|
|
174
|
-
"product-viewer",
|
|
175
|
-
"product-configurator",
|
|
176
|
-
"3d-viewer",
|
|
177
|
-
"3d-website",
|
|
178
|
-
"threejs",
|
|
179
|
-
"threejs-alternative",
|
|
180
|
-
"babylonjs",
|
|
181
|
-
"babylonjs-alternative",
|
|
182
|
-
"unity-alternative",
|
|
183
|
-
"unreal-engine",
|
|
184
|
-
"playcanvas",
|
|
185
|
-
"vite",
|
|
186
|
-
"react",
|
|
187
|
-
"scene-graph",
|
|
188
|
-
"scene-kits",
|
|
189
|
-
"diagnostics",
|
|
190
|
-
"screenshot-testing",
|
|
191
|
-
"static-deploy",
|
|
192
|
-
"threejs-competitor",
|
|
193
|
-
"babylonjs-competitor",
|
|
194
|
-
"unity-webgl-alternative",
|
|
195
|
-
"unreal-alternative",
|
|
196
|
-
"webgl-framework",
|
|
197
|
-
"webgpu-framework",
|
|
198
|
-
"ai-3d",
|
|
199
|
-
"3d-sdk",
|
|
200
|
-
"browser-3d-engine"
|
|
201
|
-
],
|
|
202
|
-
"homepage": "https://aura3d.auraone.ai",
|
|
203
|
-
"repository": {
|
|
204
|
-
"type": "git",
|
|
205
|
-
"url": "git+https://github.com/auraoneai/aura3d.git"
|
|
206
|
-
},
|
|
207
|
-
"bugs": {
|
|
208
|
-
"url": "https://github.com/auraoneai/aura3d/issues"
|
|
209
|
-
},
|
|
210
|
-
"license": "MIT",
|
|
211
|
-
"publishConfig": {
|
|
212
|
-
"access": "public"
|
|
213
|
-
},
|
|
214
102
|
"scripts": {
|
|
215
103
|
"evidence:command": "node tools/evidence/run-command-proof.mjs",
|
|
216
104
|
"evidence:plan": "node tools/evidence/run-command-plan.mjs",
|
|
@@ -272,6 +160,16 @@
|
|
|
272
160
|
"aura3d105:readiness": "tsx --tsconfig tsconfig.base.json tools/aura3d105-release-readiness/index.ts --report-only",
|
|
273
161
|
"aura3d105:release": "pnpm evidence:command --id aura3d105-release --out tests/reports/aura3d105/release-command.json --log tests/reports/aura3d105/release.log --cwd . -- pnpm aura3d105:release:raw",
|
|
274
162
|
"aura3d105:release:raw": "tsx --tsconfig tsconfig.base.json tools/aura3d105-release-readiness/index.ts --out tests/reports/aura3d105/release.json",
|
|
163
|
+
"aura3d106:readiness": "tsx --tsconfig tsconfig.base.json tools/aura3d106-release-readiness/index.ts --out tests/reports/aura3d106/readiness.json",
|
|
164
|
+
"verify:aura3d106-performance": "tsx --tsconfig tsconfig.base.json tools/aura3d106-performance-budget/index.ts --out tests/reports/aura3d106/performance-budget.json",
|
|
165
|
+
"verify:aura3d106-docs-claims": "tsx --tsconfig tsconfig.base.json tools/aura3d106-docs-claims/index.ts --out tests/reports/aura3d106/docs-claims.json",
|
|
166
|
+
"verify:aura3d106-local-cli-pack": "pnpm build && tsx --tsconfig tsconfig.base.json tools/aura3d106-local-cli-pack-proof/index.ts --out tests/reports/aura3d106/local-cli-catalog-pack-proof.json",
|
|
167
|
+
"verify:aura3d106-published-cli": "tsx --tsconfig tsconfig.base.json tools/aura3d106-published-cli-proof/index.ts --out tests/reports/aura3d106/published-cli-catalog-proof.json",
|
|
168
|
+
"verify:aura3d106-deployed-visual": "tsx --tsconfig tsconfig.base.json tools/aura3d106-deployed-visual-proof/index.ts --out tests/reports/aura3d106/deployed-visual-proof.json",
|
|
169
|
+
"verify:aura-clash-flagship": "pnpm --dir apps/aura-clash-showcase flagship:gates",
|
|
170
|
+
"aura3d106:prepublish-readiness": "tsx --tsconfig tsconfig.base.json tools/aura3d106-release-readiness/index.ts --phase prepublish --out tests/reports/aura3d106/prepublish-readiness.json",
|
|
171
|
+
"aura3d106:release": "pnpm evidence:command --id aura3d106-release --out tests/reports/aura3d106/release-command.json --log tests/reports/aura3d106/release.log --cwd . -- pnpm aura3d106:release:raw",
|
|
172
|
+
"aura3d106:release:raw": "tsx --tsconfig tsconfig.base.json tools/aura3d106-release-readiness/index.ts --out tests/reports/aura3d106/release.json",
|
|
275
173
|
"prompt-animation:unit": "pnpm evidence:command --id prompt-animation-unit --out tests/reports/prompt-animation/unit.json --log tests/reports/prompt-animation/unit.log --cwd . -- pnpm prompt-animation:unit:raw",
|
|
276
174
|
"prompt-animation:unit:raw": "vitest run tests/unit/agent-api tests/unit/tools/prompt-asset-audit.test.ts tests/unit/tools/prompt-parity-readiness.test.ts tests/unit/tools/prompt-source-audit.test.ts --reporter=dot",
|
|
277
175
|
"prompt-animation:browser": "pnpm evidence:command --id prompt-animation-browser --out tests/reports/prompt-animation/browser.json --log tests/reports/prompt-animation/browser.log --cwd . -- pnpm prompt-animation:browser:raw",
|
|
@@ -441,6 +339,7 @@
|
|
|
441
339
|
"verify:docs-consistency": "node --experimental-strip-types tools/doc-contradiction-scan/index.ts",
|
|
442
340
|
"verify:api-docs": "node --experimental-strip-types tools/api-docs/index.ts",
|
|
443
341
|
"verify:docs-version": "node --experimental-strip-types tools/docs-version-alignment/index.ts",
|
|
342
|
+
"verify:versioned-source-names": "tsx --tsconfig tsconfig.base.json tools/versioned-source-name-check/index.ts",
|
|
444
343
|
"verify:templates": "node --experimental-strip-types tools/template-verification/index.ts",
|
|
445
344
|
"verify:claims": "node --experimental-strip-types tools/claim-registry/index.ts",
|
|
446
345
|
"verify:foundation-code": "tsx --tsconfig tsconfig.base.json tools/foundation-code/index.ts",
|
|
@@ -584,6 +483,129 @@
|
|
|
584
483
|
"benchmark:scene-kits": "node benchmark/runner/scene-kit-snippet-smoke.mjs",
|
|
585
484
|
"benchmark:contact-sheet": "node benchmark/runner/visual-qa-gates.mjs --mode=smoke --requireHumanReview=false",
|
|
586
485
|
"benchmark:visual-qa": "node benchmark/runner/visual-qa-gates.mjs --mode=acceptance",
|
|
587
|
-
"benchmark:performance-budgets": "node benchmark/runner/scene-kit-performance-budget.mjs"
|
|
486
|
+
"benchmark:performance-budgets": "node benchmark/runner/scene-kit-performance-budget.mjs",
|
|
487
|
+
"aura3d107:readiness": "pnpm verify:aura3d107-published-engine && tsx --tsconfig tsconfig.base.json tools/aura3d106-release-readiness/index.ts --out tests/reports/aura3d107/readiness.json",
|
|
488
|
+
"verify:aura3d107-performance": "tsx --tsconfig tsconfig.base.json tools/aura3d106-performance-budget/index.ts --out tests/reports/aura3d107/performance-budget.json",
|
|
489
|
+
"verify:aura3d107-docs-claims": "tsx --tsconfig tsconfig.base.json tools/aura3d106-docs-claims/index.ts --out tests/reports/aura3d107/docs-claims.json",
|
|
490
|
+
"verify:aura3d107-local-cli-pack": "pnpm build && tsx --tsconfig tsconfig.base.json tools/aura3d106-local-cli-pack-proof/index.ts --out tests/reports/aura3d107/local-cli-catalog-pack-proof.json",
|
|
491
|
+
"verify:aura3d107-published-cli": "tsx --tsconfig tsconfig.base.json tools/aura3d106-published-cli-proof/index.ts --out tests/reports/aura3d107/published-cli-catalog-proof.json",
|
|
492
|
+
"verify:aura3d107-deployed-visual": "tsx --tsconfig tsconfig.base.json tools/aura3d106-deployed-visual-proof/index.ts --out tests/reports/aura3d107/deployed-visual-proof.json",
|
|
493
|
+
"aura3d107:prepublish-readiness": "tsx --tsconfig tsconfig.base.json tools/aura3d106-release-readiness/index.ts --phase prepublish --out tests/reports/aura3d107/prepublish-readiness.json",
|
|
494
|
+
"aura3d107:release": "pnpm evidence:command --id aura3d107-release --out tests/reports/aura3d107/release-command.json --log tests/reports/aura3d107/release.log --cwd . -- pnpm aura3d107:release:raw",
|
|
495
|
+
"aura3d107:release:raw": "pnpm verify:aura3d107-published-engine && tsx --tsconfig tsconfig.base.json tools/aura3d106-release-readiness/index.ts --out tests/reports/aura3d107/release.json",
|
|
496
|
+
"verify:aura3d107-published-engine": "tsx --tsconfig tsconfig.base.json tools/aura3d107-published-engine-proof/index.ts --out tests/reports/aura3d107/published-engine-proof.json"
|
|
497
|
+
},
|
|
498
|
+
"devDependencies": {
|
|
499
|
+
"@aura3d/animation": "workspace:*",
|
|
500
|
+
"@aura3d/apps": "workspace:*",
|
|
501
|
+
"@aura3d/assets": "workspace:*",
|
|
502
|
+
"@aura3d/audio": "workspace:*",
|
|
503
|
+
"@aura3d/cli": "workspace:*",
|
|
504
|
+
"@aura3d/core": "workspace:*",
|
|
505
|
+
"@aura3d/debug": "workspace:*",
|
|
506
|
+
"@aura3d/ecs": "workspace:*",
|
|
507
|
+
"@aura3d/editor": "workspace:*",
|
|
508
|
+
"@aura3d/editor-runtime": "workspace:*",
|
|
509
|
+
"@aura3d/engine-runtime": "workspace:*",
|
|
510
|
+
"@aura3d/input": "workspace:*",
|
|
511
|
+
"@aura3d/math": "workspace:*",
|
|
512
|
+
"@aura3d/physics": "workspace:*",
|
|
513
|
+
"@aura3d/product-studio": "workspace:*",
|
|
514
|
+
"@aura3d/react": "workspace:*",
|
|
515
|
+
"@aura3d/rendering": "workspace:*",
|
|
516
|
+
"@aura3d/scene": "workspace:*",
|
|
517
|
+
"@aura3d/scripting": "workspace:*",
|
|
518
|
+
"@aura3d/workflows": "workspace:*",
|
|
519
|
+
"@babylonjs/core": "^7.16.1",
|
|
520
|
+
"@babylonjs/loaders": "^7.16.1",
|
|
521
|
+
"@playwright/test": "^1.52.0",
|
|
522
|
+
"@size-limit/file": "^12.1.0",
|
|
523
|
+
"@types/node": "^22.15.3",
|
|
524
|
+
"@types/react": "^19.0.0",
|
|
525
|
+
"@types/three": "^0.165.0",
|
|
526
|
+
"babylonjs-gltf2interface": "7.16.1",
|
|
527
|
+
"create-aura3d": "workspace:*",
|
|
528
|
+
"draco3d": "^1.5.7",
|
|
529
|
+
"esbuild": "^0.28.0",
|
|
530
|
+
"eslint": "^9.26.0",
|
|
531
|
+
"meshoptimizer": "^1.1.1",
|
|
532
|
+
"react": "^19.0.0",
|
|
533
|
+
"size-limit": "^12.1.0",
|
|
534
|
+
"three": "^0.165.0",
|
|
535
|
+
"tsx": "^4.19.4",
|
|
536
|
+
"typescript": "^5.8.3",
|
|
537
|
+
"vite": "^7.3.2",
|
|
538
|
+
"vitest": "^3.1.3"
|
|
539
|
+
},
|
|
540
|
+
"dependencies": {
|
|
541
|
+
"@loaders.gl/core": "4.4.1",
|
|
542
|
+
"@loaders.gl/textures": "4.4.1",
|
|
543
|
+
"cannon-es": "0.20.0"
|
|
544
|
+
},
|
|
545
|
+
"sideEffects": false,
|
|
546
|
+
"description": "AI-native TypeScript 3D SDK for browser 3D apps, prompt-to-code scenes, GLB/glTF product viewers, WebGL/WebGPU, Vite templates, diagnostics, and deploy checks.",
|
|
547
|
+
"keywords": [
|
|
548
|
+
"3d",
|
|
549
|
+
"3d-library",
|
|
550
|
+
"3d-engine",
|
|
551
|
+
"browser-3d",
|
|
552
|
+
"web-3d",
|
|
553
|
+
"webgl",
|
|
554
|
+
"webgl2",
|
|
555
|
+
"webgpu",
|
|
556
|
+
"typescript",
|
|
557
|
+
"typescript-3d",
|
|
558
|
+
"javascript",
|
|
559
|
+
"ai-agents",
|
|
560
|
+
"coding-agents",
|
|
561
|
+
"ai-coding",
|
|
562
|
+
"llm",
|
|
563
|
+
"prompt-to-3d",
|
|
564
|
+
"prompt-to-code",
|
|
565
|
+
"generative-3d",
|
|
566
|
+
"gltf",
|
|
567
|
+
"glb",
|
|
568
|
+
"glb-viewer",
|
|
569
|
+
"gltf-viewer",
|
|
570
|
+
"typed-assets",
|
|
571
|
+
"product-viewer",
|
|
572
|
+
"product-configurator",
|
|
573
|
+
"3d-viewer",
|
|
574
|
+
"3d-website",
|
|
575
|
+
"threejs",
|
|
576
|
+
"threejs-alternative",
|
|
577
|
+
"babylonjs",
|
|
578
|
+
"babylonjs-alternative",
|
|
579
|
+
"unity-alternative",
|
|
580
|
+
"unreal-engine",
|
|
581
|
+
"playcanvas",
|
|
582
|
+
"vite",
|
|
583
|
+
"react",
|
|
584
|
+
"scene-graph",
|
|
585
|
+
"scene-kits",
|
|
586
|
+
"diagnostics",
|
|
587
|
+
"screenshot-testing",
|
|
588
|
+
"static-deploy",
|
|
589
|
+
"threejs-competitor",
|
|
590
|
+
"babylonjs-competitor",
|
|
591
|
+
"unity-webgl-alternative",
|
|
592
|
+
"unreal-alternative",
|
|
593
|
+
"webgl-framework",
|
|
594
|
+
"webgpu-framework",
|
|
595
|
+
"ai-3d",
|
|
596
|
+
"3d-sdk",
|
|
597
|
+
"browser-3d-engine"
|
|
598
|
+
],
|
|
599
|
+
"homepage": "https://aura3d.auraone.ai",
|
|
600
|
+
"repository": {
|
|
601
|
+
"type": "git",
|
|
602
|
+
"url": "git+https://github.com/auraoneai/aura3d.git"
|
|
603
|
+
},
|
|
604
|
+
"bugs": {
|
|
605
|
+
"url": "https://github.com/auraoneai/aura3d/issues"
|
|
606
|
+
},
|
|
607
|
+
"license": "MIT",
|
|
608
|
+
"publishConfig": {
|
|
609
|
+
"access": "public"
|
|
588
610
|
}
|
|
589
|
-
}
|
|
611
|
+
}
|