Back to all projects

MountAIn – AI Heightmap Generation

An AI-powered terrain generator that produces realistic heightmaps using diffusion models and procedural noise techniques.

PythonPyTorchThree.jsWebGL

Overview

MountAIn is an AI-powered terrain generation tool that uses diffusion model techniques to produce realistic heightmaps for use in games, simulations, and visualizations.

Motivation

Generating realistic terrain by hand is tedious. Existing procedural methods (Perlin noise, diamond-square) produce geologically implausible results. MountAIn uses a trained diffusion model to generate heightmaps that look like real mountain ranges, while still allowing artist control over the output.

How It Works

Details coming soon... 👀

Tech Stack