[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.

add license

Florian (Jan 1, 2025, 9:09 PM +0100) b51aa232 73e01f53

+28 -4
+21
LICENSE
··· 1 + MIT License Copyright (c) 2025 flo-bit 2 + 3 + Permission is hereby granted, free of 4 + charge, to any person obtaining a copy of this software and associated 5 + documentation files (the "Software"), to deal in the Software without 6 + restriction, including without limitation the rights to use, copy, modify, merge, 7 + publish, distribute, sublicense, and/or sell copies of the Software, and to 8 + permit persons to whom the Software is furnished to do so, subject to the 9 + following conditions: 10 + 11 + The above copyright notice and this permission notice 12 + (including the next paragraph) shall be included in all copies or substantial 13 + portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF 16 + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO 18 + EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 19 + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 20 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 + THE SOFTWARE.
+4 -2
Readme.md
··· 2 2 3 3 procedurally generated tiny planets in three.js. work in progress. 4 4 5 - 6 5 https://github.com/user-attachments/assets/55ba1872-d064-483b-9a31-2c95adaa201a 7 - 8 6 9 7 ## features 10 8 ··· 12 10 - adjustable detail level 13 11 - with vegetation 14 12 - presets 13 + 14 + ## license 15 + 16 + MIT
+3 -2
package.json
··· 19 19 "autoprefixer": "^10.4.20", 20 20 "postcss": "^8.4.47", 21 21 "tailwindcss": "^3.4.12" 22 - } 23 - } 22 + }, 23 + "license": "MIT" 24 + }