WIP
This commit is contained in:
parent
34ac200437
commit
39b0160064
136 changed files with 7144 additions and 1965 deletions
25
index.html
25
index.html
|
|
@ -41,8 +41,8 @@
|
|||
</canvas>
|
||||
<p id="canvas-description" class="visually-hidden">
|
||||
Fleeting Garden is a pointer-driven WebGPU drawing canvas. Drag or touch the scene
|
||||
to paint coloured paths, then use the toolbar to change colours, erase, adjust
|
||||
settings, export, restart, or open more information.
|
||||
to paint coloured paths, then use the toolbar to change colours, erase, adjust the
|
||||
config overlay, export, restart, or open more information.
|
||||
</p>
|
||||
<div class="eraser-preview" aria-hidden="true"></div>
|
||||
<div class="garden-prompt" aria-live="polite"></div>
|
||||
|
|
@ -74,18 +74,6 @@
|
|||
</section>
|
||||
</section>
|
||||
|
||||
<section
|
||||
id="settings-panel"
|
||||
class="pages hidden settings-page"
|
||||
aria-hidden="true"
|
||||
inert
|
||||
>
|
||||
<section>
|
||||
<div class="settings-content"></div>
|
||||
<button id="apply-defaults" class="large-button">Apply defaults</button>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<div class="toolbar-row" role="toolbar" aria-label="Garden toolbar">
|
||||
<button
|
||||
class="previous-vibe vibe-button"
|
||||
|
|
@ -157,10 +145,9 @@
|
|||
></button>
|
||||
<button
|
||||
class="settings"
|
||||
aria-label="Settings"
|
||||
aria-controls="settings-panel"
|
||||
aria-label="Show config overlay"
|
||||
aria-expanded="false"
|
||||
title="Settings"
|
||||
title="Show config overlay"
|
||||
></button>
|
||||
<button
|
||||
class="sound"
|
||||
|
|
@ -170,8 +157,8 @@
|
|||
></button>
|
||||
<button
|
||||
class="export-4k"
|
||||
aria-label="Download 4K image"
|
||||
title="Download 4K image"
|
||||
aria-label="Download 4K upscale image"
|
||||
title="Download 4K upscale of the live simulation"
|
||||
></button>
|
||||
<span class="export-status" aria-live="polite"></span>
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue