Procedural Terrain Generator
Real-time 3D terrain generation using C/WebAssembly for high performance.
Features:
- C/WebAssembly terrain generation
- Simplex noise algorithm
- Multiple biomes (water, sand, grass, forest, mountain, snow)
- Real-time 3D rendering with Three.js
- Customizable parameters
- Export capabilities
Controls:
- Left Click + Drag: Rotate camera
- Right Click + Drag: Pan camera
- Mouse Wheel: Zoom in/out
- Space: Reset camera
Technology: C, WebAssembly, Three.js, WebGL