[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-planets. procedurally generated tiny planets in the browsers flo-bit.dev/tiny-planets/
low-poly planets procedural-generation threejs
0

Configure Feed

Select the types of activity you want to include in your feed.

tiny-planets / package.json
470 B 23 lines
1{ 2 "name": "tiny-planets", 3 "type": "module", 4 "scripts": { 5 "dev": "vite", 6 "build": "vite build", 7 "preview": "vite preview" 8 }, 9 "dependencies": { 10 "@types/three": "^0.168.0", 11 "alea": "^1.0.1", 12 "prettier": "^3.3.3", 13 "simplex-noise": "^4.0.3", 14 "three": "^0.166.1", 15 "uber-noise": "^0.2.1", 16 "vite": "^5.4.3" 17 }, 18 "devDependencies": { 19 "autoprefixer": "^10.4.20", 20 "postcss": "^8.4.47", 21 "tailwindcss": "^3.4.12" 22 } 23}