Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
cache: 'yarn'

- uses: calcit-lang/setup-cr@0.0.8
Expand Down
2 changes: 1 addition & 1 deletion deps.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{}
:calcit-version |0.9.6
:calcit-version |0.9.11
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
Expand Down
29 changes: 26 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@

<!DOCTYPE html>
<html>

<head>
<title>WebGPU Arts</title>
<link href="https://cdn.tiye.me/logo/calcit.png" rel="icon" type="image/png" />
<title>WebGPU Arts - Generative Art with WebGPU</title>
<link href="https://cdn.tiye.me/logo/webgpu-art.png" rel="icon" type="image/png" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
<meta name="description" content="Explore generative art created with WebGPU. A collection of creative coding projects showcasing the power of modern web graphics.">
<meta name="keywords" content="WebGPU, Generative Art, Creative Coding, TypeScript, WGSL, Graphics, Art, Web Graphics, GPU, Rendering, Shaders">
<meta name="author" content="WebGPU-Art Community">
<link rel="canonical" href="https://webgpu.art/" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://webgpu.art/">
<meta property="og:title" content="WebGPU Arts - Generative Art with WebGPU">
<meta property="og:description" content="Explore generative art created with WebGPU. A collection of creative coding projects showcasing the power of modern web graphics.">
<meta property="og:image" content="https://webgpu.art/logo.png">
<meta property="og:site_name" content="WebGPU Arts">

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://webgpu.art/">
<meta name="twitter:title" content="WebGPU Arts - Generative Art with WebGPU">
<meta name="twitter:description" content="Explore generative art created with WebGPU. A collection of creative coding projects showcasing the power of modern web graphics.">
<meta name="twitter:image" content="https://webgpu.art/logo.png">
<meta name="twitter:site" content="@WebGPUArt">
<meta name="twitter:creator" content="@tiye">
<meta name="twitter:image:alt" content="WebGPU Arts Logo">

<link rel="stylesheet" type="text/css" href="https://cdn.tiye.me/favored-fonts/main-fonts.css">
<link rel="stylesheet" type="text/css" href="./assets/main.css">
</head>
Expand All @@ -23,6 +45,7 @@

gtag('config', 'G-CM7L8G9LCK');
</script>
<noscript>this page requires WebGPU to run.</noscript>
</body>

</html>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"@calcit/procs": "^0.9.6"
"@calcit/procs": "^0.9.11"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^6.0.7"
"vite": "^6.3.5"
},
"version": "0.0.1"
}
Loading