mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41:23 +01:00
* chore: add npm + vite for progressive enhancement * fix: update Dockerfile to copy only the dist folder contents * fix: update Dockerfile to use multi-stage build for optimized production image * fix: correct nginx config file copy command in Dockerfile * chore: add netlify configuration for build and redirects * fix: add NODE_VERSION to environment in Netlify configuration * remove wrong dist folder * Update package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: split public and src * migrating all util files from js to ts * 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. * chore: add GitHub Actions workflow for deploying to GitHub Pages * fix: update branch name in GitHub Actions workflow from 'main' to 'master' * chore: update package.json to specify Node.js engine version and remove unused launch.json * Initial plan * Update copilot guidelines to reflect NPM/Vite/TypeScript migration Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com> * Update src/modules/heightmap-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/utils/graphUtils.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/heightmap-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat: Add TIME and ERROR variables to global scope in HeightmapGenerator * fix: Update base path in vite.config.ts for Netlify deployment * fix: Update Node.js version in Dockerfile to 24-alpine --------- Co-authored-by: Marc Emmanuel <marc.emmanuel@tado.com> Co-authored-by: Marc Emmanuel <marcwissler@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>
11 lines
1.1 KiB
XML
11 lines
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
|
|
<metadata source="https://commons.wikimedia.org/wiki/File:Meuble_h%C3%A9raldique_compas_menuisier.svg" license="https://creativecommons.org/publicdomain/zero/1.0"/>
|
|
<g id="drawingCompass" stroke-width=".5">
|
|
<path d="m102.48 69.79 21.27 70.2c.98-19.23-12.9-49.16-19.75-77.25-1.08 2.92-.36 4.8-1.52 7.05z"/>
|
|
<path d="M97.2 62.92c-8.52 32.34-23.6 65.9-20.65 76.43 7.33-17.18 12.24-37.8 17.44-52.5l5.07-15.23 3.6-1.16 1.68-5.49c.36-4.7-4.47-7.07-7.15-2.05z"/>
|
|
<path d="M117.92 70.77c-.8-.01-1.63.37-2.37 1.3a16.7 16.7 0 0 1-21.89 8.05c-3.69-.88-5.58 4.17-2.39 6.45a22.32 22.32 0 0 0 8.8 1.96 22.88 22.88 0 0 0 20.43-12.08c1.48-2.69-.38-5.67-2.58-5.68zm.05 2.22c.7.02 1.3.78.8 1.97-3.63 6.54-11.03 11.88-19.2 11.07-2.02-.1-2.97-.36-3.67-.53-1.7-.3-1.02-2.9.44-2.37.92.25 1.72.46 3.63.58 7.71.25 13.1-3.6 16.74-9.6.25-.79.78-1.13 1.26-1.12z"/>
|
|
<circle cx="100.77" cy="63.88" r="3"/>
|
|
<circle cx="92.94" cy="83.29" r=".86"/>
|
|
<circle cx="108.25" cy="83.27" r="2.57"/>
|
|
</g>
|
|
</svg>
|