Fantasy-Map-Generator/public/modules
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
..
dynamic chore: split public and src 2026-01-13 12:47:37 +01:00
io chore: split public and src 2026-01-13 12:47:37 +01:00
renderers chore: split public and src 2026-01-13 12:47:37 +01:00
ui migrating all util files from js to ts 2026-01-14 09:18:08 +01:00
biomes.js chore: split public and src 2026-01-13 12:47:37 +01:00
burgs-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00
coa-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00
coa-renderer.js chore: split public and src 2026-01-13 12:47:37 +01:00
cultures-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00
features.js chore: split public and src 2026-01-13 12:47:37 +01:00
fonts.js chore: split public and src 2026-01-13 12:47:37 +01:00
lakes.js chore: split public and src 2026-01-13 12:47:37 +01:00
markers-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00
military-generator.js migrating all util files from js to ts 2026-01-14 09:18:08 +01:00
names-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00
ocean-layers.js chore: split public and src 2026-01-13 12:47:37 +01:00
provinces-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00
religions-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00
resample.js chore: split public and src 2026-01-13 12:47:37 +01:00
river-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00
routes-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00
states-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00
submap.js chore: split public and src 2026-01-13 12:47:37 +01:00
zones-generator.js chore: split public and src 2026-01-13 12:47:37 +01:00