~/projects
/projects
Open-source projects I'm building and maintaining.
callsheet
One shared definition for your API calls. Callsheet organizes API operations with cache identity, defaults, and related behavior built in. Define your calls once, then use them through React Query or SWR.
- adapter-agnostic: React Query, SWR
- automatic code generation from GraphQL and ts-rest sources
- Read more
isometrix
TypeScript packages for building isometric scenes. A small core for projection and ordering, a motion layer for sequencing and cues, and a Pixi.js adapter for rendering.
- scene modeling, motion, and rendering primitives
- Pixi.js integration layer
- github