This commit is contained in:
parent
eceb31a9ad
commit
e9b6035c58
48 changed files with 354 additions and 340 deletions
BIN
src/content/projects/_assets/fleeting-garden.jpg
Normal file
BIN
src/content/projects/_assets/fleeting-garden.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 301 KiB |
18
src/content/projects/fleeting-garden.md
Normal file
18
src/content/projects/fleeting-garden.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
sourceProjectId: fleeting-garden
|
||||
title: Fleeting Garden
|
||||
description: A WebGPU drawing toy where coloured strokes spawn agents that follow them, branch off, and slowly rewrite the patch you laid down.
|
||||
thumbnail:
|
||||
src: ./_assets/fleeting-garden.jpg
|
||||
alt: A kaleidoscopic Fleeting Garden snapshot of cyan, violet, and yellow agent trails radiating from a central knot.
|
||||
period: '2026'
|
||||
sortDate: 2026-05-01
|
||||
technologies: ['TypeScript', 'WebGPU', 'WGSL', 'Compute shaders', 'Vite', 'Physarum']
|
||||
selected: true
|
||||
essay: fleeting-garden-webgpu-drawing
|
||||
links:
|
||||
- label: Demo
|
||||
url: https://schmelczer.dev/fleeting/
|
||||
- label: Source
|
||||
url: https://github.com/schmelczer/webgpu
|
||||
---
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sourceProjectId: nuclear
|
||||
sourceProjectId: nuclear-simulation
|
||||
title: Cooling System Simulation
|
||||
description: A graph-based process simulation with a monitoring client and JavaFX input editor.
|
||||
thumbnail:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sourceProjectId: sdf2d
|
||||
sourceProjectId: sdf-2d
|
||||
title: SDF-2D
|
||||
description: A browser rendering library for optimized 2D ray tracing with signed distance fields.
|
||||
thumbnail:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue