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

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.

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!

Demo

## Preview

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

## Tech Stack

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