Reserved package name
CherryPick SDK for JavaScript
Proxy server that lets Claude Code invoke OpenAI models as subagents
A universally-unique, lexicographically-sortable, identifier generator
Engawa (縁側) — typed render-graph IR for pleme-io GPU consumers. Bevy-inspired render-graph design distilled to mado-shaped needs: no ECS, no game loop, no asset pipeline. Pure-data IR + topo sort + cycle detection + integration with garasu's headless GPU primitives.
Flagship snow effect for engawa. Layered parallax snowflakes + cursor-deflection + typing-pulse + accumulation pile, authored in engawa-lisp + WGSL, dispatched through engawa-wgpu. Embeds shader + graph; exposes typed SnowParams uniform and apply() helper for per-frame state push.
Tatara-lisp authoring layer for engawa render graphs. Operators write (defmaterial …) / (defgraph …) / (defeffect …) in a .tlisp file; this crate parses + lowers to engawa::RenderGraph. Pairs with shikumi's notify watcher for hot-reload.
wgpu-backed Dispatcher impl for engawa render graphs. Compiles Material → wgpu::RenderPipeline; walks the compiled graph; dispatches fullscreen-effect passes against any wgpu::TextureView (most commonly a garasu::HeadlessTarget for tests + a winit surface for live).
CLI chat client for Engawa, chat application built with Axum and WebSocket.
Chat server for Engawa, chat application built with Axum and WebSocket.
Shared utilities for Engawa