Files
yawn/docs/playground.md
T

328 B

Minimal playground

This is the one runnable example. It allocates a single f32 row, sends an externally authored JSO render graph through the AST codec, and changes color by writing the shared row directly on pointer movement.

<script setup> import Playground from "./.vitepress/Playground.vue"; </script>