Packages
Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.
Current section
Files
Jump to
Current section
Files
lib/termbox2_nif/README.md
# Termbox2 C Source
This project uses the official [termbox2](https://github.com/termbox/termbox2) C source as a git submodule. You must initialize the submodule before building:
```sh
git submodule update --init --recursive
```
If you are using a CI system, ensure this step is included in your build pipeline.