claude again

This commit is contained in:
Andras Schmelczer 2026-05-11 08:12:35 +01:00
parent df2267a968
commit f3fc893675
81 changed files with 945 additions and 2813 deletions

View file

@ -4,7 +4,7 @@ description: How SDF-2D used signed distance fields, dynamic shaders, and tile-b
date: 2026-05-08
projectPeriod: 'Autumn-Winter 2020'
thumbnail:
src: ./_assets/sdf2d.png
src: ./_assets/sdf2d.jpg
alt: SDF-2D browser demo with soft lighting effects.
tags: ['graphics', 'web', 'systems']
selected: true
@ -31,7 +31,7 @@ links:
download: true
media:
- type: image
src: ./_assets/sdf2d.png
src: ./_assets/sdf2d.jpg
alt: Browser demo page showing SDF-2D scenes rendered with soft lighting effects.
caption: SDF-2D was built as a reusable TypeScript library rather than a single demo.
---