Contribute
Compose an entry.
Fill in the fields and watch the .mdx build on the right, then open it straight as a
pull request (one click, or copy and paste if it runs long) or as an issue if you would rather not
touch a fork. Your draft is saved in this browser as you type.
Fill in title, summary, your handle to submit.
Both buttons open GitHub in a new tab, so you can come back here and switch paths.
src/content/entries/my-entry.mdx
---
title: "Untitled"
type: function
lang: glsl
summary: ""
tags: []
submittedBy: your-github-handle
license: MIT
date: 2026-07-13
---
Explain what this does, when to reach for it, and anything worth
knowing before dropping it into a scene. Then the code:
```glsl
float myFunction(float x) {
return x;
}
```