Files
playableintelligence__game-…/examples/worldlabs-arcade/package.json
T
rshtirmer 90269327a5 feat(worldlabs-arcade): 3D Gaussian Splat arcade walkthrough demo
World Labs SPZ environment with animated Soldier character (Three.js + SparkJS).
Fixes Y-flip, panorama doubling, character scaling, third-person camera, and
ground raycasting for navigable photorealistic arcade scene.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-09 17:31:10 -04:00

18 lines
309 B
JSON

{
"name": "worldlabs-arcade-demo",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"three": "^0.183.0",
"@sparkjsdev/spark": "latest"
},
"devDependencies": {
"vite": "^7.3.1"
}
}