mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 09:31: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>
25 lines
1.9 KiB
XML
25 lines
1.9 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
|
|
<metadata author="Syryatsu" source="https://commons.wikimedia.org/wiki/File:Meuble_sablier_s%27%C3%A9coulant.svg" license="https://creativecommons.org/licenses/by-sa/3.0"/>
|
|
<g id="hourglass" stroke-width=".51">
|
|
<g>
|
|
<path class="secondary" d="M89.26 67.27c-3.23 3.78-4.61 7.94-4.62 11.37 0 8.92 7.84 14.98 12.79 19.7.24.23.23 1.18.14 1.54v.1c.09.36.1 1.3-.14 1.53-4.95 4.73-12.8 10.79-12.79 19.7 0 3.44 1.39 7.6 4.62 11.37h21.57c3.23-3.78 4.62-7.93 4.62-11.37.01-8.91-7.84-14.97-12.79-19.7-.23-.23-.23-1.17-.14-1.53v-.1c-.09-.36-.1-1.3.14-1.54 4.95-4.72 12.8-10.78 12.79-19.7 0-3.43-1.39-7.59-4.62-11.37z"/>
|
|
<g>
|
|
<rect y="66.49" x="81.96" height="66.88" width="1.58"/>
|
|
<rect y="66.49" x="116.56" height="66.88" width="1.58"/>
|
|
</g>
|
|
</g>
|
|
<g>
|
|
<g>
|
|
<rect y="132.98" x="80.85" height="4.04" width="38.39"/>
|
|
<path d="m78.32 135.54-.2.01h-.04l-.23.01a15.74 15.74 0 0 1-5.77 2.68v1.57h6.66v-.67h42.6v.67h6.67v-1.57a15.74 15.74 0 0 1-5.77-2.68h-.28c-.16-.02-.27-.03-.42 0h-43a1.14 1.14 0 0 0-.22-.02z"/>
|
|
<rect y="138.29" x="72.08" height="1.51" width="55.92"/>
|
|
</g>
|
|
<g>
|
|
<rect y="62.84" x="80.85" height="4.04" width="38.39"/>
|
|
<path d="m78.32 64.32-.2-.02h-.27a15.74 15.74 0 0 0-5.77-2.68v-1.57h6.66v.66h42.6v-.66h6.67v1.57c-2.48.56-4.1 1.54-5.77 2.67l-.23.01h-.05c-.16.01-.27.02-.42 0h-43l-.22.02z"/>
|
|
<rect y="60.05" x="72.08" height="1.51" width="55.92"/>
|
|
</g>
|
|
</g>
|
|
<path class="tertiary" d="M91.31 90.56c1.33-1.85 3.5-1.72 5.33-1.31 1.89.4 2.84 1.2 4.78 1.4 2.68-.64 5.14-2.77 8.16-2.56-.4 3.67-5.17 7.44-7.81 9.6-1.04 2.29-1.7 8.08-.93 13.53.81 7.8 5.63 8.12 12.88 10.06.68 3.51-1.77 9.23-5.38 10.36-12.6-.76-16.32.86-19.01-1.02-1.23-1.6-3.16-4.27-2.94-6.42 7.28-5.83 11.53-4.55 13.31-14.46-.48-4.76.26-10.23-2.7-13.94-2.99-2.46-4.23-2.6-5.69-5.24z"/>
|
|
</g>
|
|
</svg>
|