Heya! π₯³ Super thrilled to announce XenoAtom.Terminal.UI is out in public preview: https://xenoatom.github.io/terminal/ π
It's a modern, reactive retained-mode terminal UI framework for .NET - composable visuals, binding-first state updates, proper measure/arrange layout, and a fast cell-buffer renderer with alpha-blended theming (truecolor π¨ terminals look gorgeous!).
Demos + docs are live - feedback welcome! π

XenoAtom.Terminal.UI
XenoAtom.Terminal.UI A modern, reactive retained-mode terminal UI framework for .NET. Compose visuals, bind to state, and let the framework handle layout + rendering efficiently. Get started Browse controls GitHub dotnet add package XenoAtom.Terminal.UI --prerelease Binding-first UI Bindable properties are tracked during update/layout/render. Change state and only the affected visuals are invalidated. Binding & State Composable controls Inputs, layout containers, menus, overlays, charts, and more β all composable and styleable....

