Browser-native terrain editor
- Procedural Terrain Generation with an FBM, Ridged, Voronoi, Multi-Layer Compositing noise approach
- Interactive Terrain Sculpting (Raise, Lower, Smooth, Flatten, Mountain Presets)
- Basic Hydraulic & Thermal Erosion Simulation
- Height based material blending and triplanar mapping preview
- Export Heightmaps (PNG) and Project Data (JSON)
- Clone the repository.
https://github.com/sweriko/weltbuilder
- Install dependencies:
npm install
- Start the development server:
This will open the editor in your browser at
npm run dev
http://localhost:3000