An open API service indexing awesome lists of open source software.

https://github.com/42arch/procedural-island-generator

A multiple-style random island generator. 多种风格的随机岛屿生成器
https://github.com/42arch/procedural-island-generator

fbm perlin-noise pixel-art procedural-generation procedural-terrain shaders simplex-noise three-js webgl

Last synced: 17 days ago
JSON representation

A multiple-style random island generator. 多种风格的随机岛屿生成器

Awesome Lists containing this project

README

          


Procedural Island Generator


A multi-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 styles of islands by adjusting the parameters.

Powered by WebGL, It's fast!

Demo

## Preview

[procedural-island-generator.netlify.app](https://procedural-island-generator.netlify.app)

## Tech Stack

* Three.js
* Vite
* TypeScript
* GLSL
* Tweakpane