b9810a88d4b59f88097eb02e4b569d02c1821a1c
ImGui canvas with 4 draggable control points (p0/p3 locked at (0,0)/(1,1) by default for use as easing curves). Pure evaluation via De Casteljau (bezier_point) plus sampling-based y(x) lookup (bezier_eval). Render uses fn_tokens for visual coherence: bg, border, primary curve, text_dim diagonal reference, text_muted handle tangents. p1.x and p2.x clamped to [0,1] to keep the curve usable as easing; Y values are free to allow deliberate overshoot.
fn-registry — Schema de documentación
Registry personal de código con búsqueda FTS. Diseñado para composición funcional y agentes.
Archivos
functions.md— Schema de la tabla functions (incluye pipelines y componentes React)types.md— Schema de la tabla typesintegrity.md— Reglas de integridad y referencias cruzadasarchitecture.md— Visión general del sistemasync_setup.md— Vincular una PC al serverregistry.organic-machine.com(env vars,fn sync, troubleshooting)
Tablas
| Tabla | Descripción |
|---|---|
functions |
Funciones atómicas, pipelines y componentes React |
types |
Tipos algebraicos (product / sum) |
kind: valores posibles
| Valor | Descripción |
|---|---|
function |
Función atómica pura o impura |
pipeline |
Composición de funciones, siempre impura |
component |
Componente React, extiende el schema base |
fn-registry schema v1.0
Description
Languages
Go
27.5%
C++
25.5%
Python
24.1%
Shell
11.6%
C
5.8%
Other
5.3%