Ratatui
Coverage of Ratatui in the Nexus archive.
- Rodent-obsessed developer creates Ratty to bring 3D graphics to the command line
A developer named Orhun Parmaksiz has created Ratty, a terminal emulator that brings 3D graphics to the command line. Ratty uses the Bevy game engine and supports inline 3D objects, image support, and sprites. The project was inspired by TempleOS, an operating system developed by Terry Davis.
- Show HN: A terminal spreadsheet editor with Vim keybindings
A terminal spreadsheet editor with Vim keybindings has been developed, supporting CSV/TSV import/export and a native .cell format. It uses Rust's Cargo workspace and the ratatui library for the TUI, with a formula engine handling basic functions like SUM and IF. The tool is early but usable, and feedback is encouraged.
- Show HN: VT Code – Rust TUI coding agent with multi-provider support
VT Code is a semantic coding agent built in Rust with support for multiple AI providers like Anthropic, OpenAI, and Google's Gemini. It utilizes tools like ast-grep and ripgrep for code analysis and offers local inference via LM Studio and Ollama. The project emphasizes open-source principles and modular architecture.