/ concept-collection / turing-sphere
Sign in
concept-collection / turing-sphere
32 lines · 914 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 "engines": {
7 "node": ">=22.6"
8 },
9 "license": "CECILL-2.1",
10 "scripts": {
11 "dev": "vite",
12 "build": "tsc --noEmit && vite build",
13 "test:node": "node --experimental-strip-types --disable-warning=ExperimentalWarning scripts/test-node.ts",
14 "test:gpu": "vite build && node scripts/test-gpu.mjs",
15 "test": "npm run test:node && npm run test:gpu",
16 "bench": "node scripts/bench.mjs"
17 },
18 "dependencies": {
19 "three": "^0.183.0"
20 },
21 "optionalDependencies": {
22 "webgpu": "^0.4.0"
23 },
24 "devDependencies": {
25 "@types/node": "^26.1.1",
26 "@types/three": "^0.185.1",
27 "@webgpu/types": "^0.1.44",
28 "puppeteer-core": "^23.0.0",
29 "typescript": "^5.5.0",
30 "vite": "^5.4.0"
31 }
moveopenescclose