@mastashake08/terrain-generator
v1.1.8
Published
A Vue 3 component for generating realistic terrain with GLTF export capabilities.
Readme
🌋 Vue Terrain Generator
Generate realistic terrain meshes using Perlin & Simplex noise algorithms in a Vue 3 application. Export your generated terrains as .gltf files for use in games, simulations, or 3D modeling.
✨ Features
- ✅ Noise Algorithms: Supports Perlin and Simplex noise for realistic terrain generation.
- ✅ Texture Support: Apply Albedo, Normal, and Roughness maps.
- ✅ Configurable: Customize terrain size, segments, noise scaling, and height scaling.
- ✅ TypeScript Support: Fully typed props for a better developer experience.
- ✅ Tested with Vitest: Reliable, robust, and ready to use.
📦 Installation
npm install @mastashake08/terrain-generator