/ concept-collection / turing-sphere
Sign in
concept-collection / turing-sphere
25 lines · 713 BBlameHistoryRaw
1{
2 "name": "turing-sphere",
3 "version": "0.1.0",
4 "description": "Live reaction-diffusion (Turing patterns) on the sphere, spectral spherical-harmonic solver on WebGPU",
5 "type": "module",
6 "license": "CECILL-2.1",
7 "scripts": {
8 "dev": "vite",
9 "build": "tsc --noEmit && vite build",
10 "test:node": "node scripts/test-node.ts",
11 "test:gpu": "vite build && node scripts/test-gpu.mjs",
12 "test": "npm run test:node && npm run test:gpu"
13 },
14 "dependencies": {
15 "three": "^0.183.0"
16 },
17 "devDependencies": {
18 "@types/node": "^26.1.1",
19 "@types/three": "^0.185.1",
20 "@webgpu/types": "^0.1.44",
21 "puppeteer-core": "^23.0.0",
22 "typescript": "^5.5.0",
23 "vite": "^5.4.0"
24 }
moveopenescclose