Commit graph

3 commits

Author SHA1 Message Date
Marc Emmanuel
5dc237ef69
Update src/modules/heightmap-generator.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-19 15:18:40 +01:00
Marc Emmanuel
53f26b0490
Update src/modules/heightmap-generator.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-19 15:18:04 +01:00
Marc Emmanuel
4b5e9bfeea feat: Implement HeightmapGenerator and Voronoi module
- Added HeightmapGenerator class for generating heightmaps with various tools (Hill, Pit, Range, Trough, Strait, etc.).
- Introduced Voronoi class for creating Voronoi diagrams using Delaunator.
- Updated index.html to include new modules.
- Created index.ts to manage module imports.
- Enhanced arrayUtils and graphUtils with type definitions and improved functionality.
- Added utility functions for generating grids and calculating Voronoi cells.
2026-01-16 13:12:56 +01:00