https://github.com/42arch/pixel-island-generator
A pixel-style random island generator.
https://github.com/42arch/pixel-island-generator
fbm perlin-noise pixel-art procedural-generation procedural-terrain shaders simplex-noise three-js webgl
Last synced: 10 months ago
JSON representation
A pixel-style random island generator.
- Host: GitHub
- URL: https://github.com/42arch/pixel-island-generator
- Owner: 42arch
- Created: 2025-06-08T15:32:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-31T16:30:25.000Z (10 months ago)
- Last Synced: 2025-07-31T19:52:41.167Z (10 months ago)
- Topics: fbm, perlin-noise, pixel-art, procedural-generation, procedural-terrain, shaders, simplex-noise, three-js, webgl
- Language: TypeScript
- Homepage: https://pixel-island-generator.netlify.app
- Size: 404 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pixel Island Generator
A pixel-style random island (or terrain) generator. 🏝️
## Intro
Using Perlin noise and FBM to generate elevation and moisture, and assigning biomes accordingly.
Also, you can generate different types of islands by adjusting the parameters.
Powered by WebGL, It's fast!

## Preview
[pixel-island-generator.netlify.app](https://pixel-island-generator.netlify.app)
## Tech Stack
* Three.js
* Vite
* TypeScript
* GLSL
* Tweakpane