Skip to content

Commit c9178c5

Browse files
committed
screenshot
1 parent f7ad1d3 commit c9178c5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/pages/particle-life-gpu/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import updateShader from './update.wgsl?raw'
1111
export const meta: RouteMeta = {
1212
title: 'Particle Life GPU',
1313
tags: ['simulation', 'webgpu', 'particles', 'wip'],
14+
image: './screen.png'
1415
}
1516

1617
export default function ParticleLifeGPUPage() {
104 KB
Loading

src/router.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import quad_tree_image from "./pages/quad-tree/screen.png"
1515
import pong_pang_image from "./pages/pong-pang/screen.png"
1616
import polka_fireflies_image from "./pages/polka-fireflies/screen.png"
1717
import perlin_ripples_image from "./pages/perlin-ripples/screen.png"
18+
import particle_life_gpu_image from "./pages/particle-life-gpu/screen.png"
1819
import particle_life_image from "./pages/particle-life/screen.png"
1920
import paint_worklet_image from "./pages/paint-worklet/screen.png"
2021
import normal_map_image from "./pages/normal-map/screen.png"
@@ -232,9 +233,10 @@ export const ROUTES = {
232233
meta: {
233234
title: 'Particle Life GPU',
234235
tags: ['simulation', 'webgpu', 'particles', 'wip'],
236+
image: particle_life_gpu_image
235237
},
236238
git: {
237-
lastModified: 1762608552000,
239+
lastModified: 1762611209000,
238240
firstAdded: 1762551884000
239241
},
240242
},

0 commit comments

Comments
 (0)