Commit graph

6 commits

Author SHA1 Message Date
Azgaar
5a460cab87
Merge pull request #1268 from SheepFromHeaven/refactor/migrate-modules
feat: Implement HeightmapGenerator and Voronoi module
2026-01-19 16:51:29 +01:00
Azgaar
abc91ce066
Merge branch 'npm' into refactor/migrate-utils-to-ts 2026-01-18 16:30:08 +01:00
Azgaar
9bf5c8fddd chore: update package.json to specify Node.js engine version and remove unused launch.json 2026-01-18 16:27:02 +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
Marc Emmanuel
fa493989b6 migrating all util files from js to ts 2026-01-14 09:18:08 +01:00
Marc Emmanuel
76f86497c7 chore: split public and src 2026-01-13 12:47:37 +01:00