localfirstai/bettertui★ 1

feat: add renderable handler system with new widget primitives

Mergedopened · merged · #10

About localfirstai/bettertui

A high-performance terminal runtime for building modern terminal applications with Rust and TypeScript.

The change

• Add renderable abstractions: Box, Input, ScrollBox, Select, Slider, TabSelect, Text, TextNode, Textarea • Add supporting lib modules: env, renderableEvents, rgba, styledText, timeline, vnode • Update platform binding, cliRenderer, events, and index for renderable support • Update core index and lib/index exports • Update testing terminal capabilities • Update all examples to use new renderables API • Fix all Biome lint errors across new and modified files • Remove TODO.md