2 रिपॉजिटरी
Systems for structuring terminal interfaces using grids and interactive elements.
Distinct from Interactive Command Line Interfaces: Focuses on the spatial organization and layout design of the TUI rather than the interactive execution of tasks.
Explore 2 awesome GitHub repositories matching development tools & productivity · Layout Design. Refine with filters or upvote what's useful.
blessed-contrib is a terminal user interface framework and a Node.js console widget library designed for building data-driven command line interfaces. It serves as an ASCII data visualization toolkit and a dashboard framework for organizing grid-based layouts and interactive elements within a console. The project provides a collection of reusable terminal components, including a command line image renderer and tools for text-based graphic rendering. It specifically enables the creation of terminal dashboards through a system for positioning multiple widgets across rows and columns and a mecha
Provides a grid-based system for positioning multiple widgets across rows and columns to organize complex terminal interfaces.
tview is a library for building interactive text-based user interfaces in Go. It functions as a toolkit for managing event loops, user input, and screen rendering, providing a framework of pre-built widgets and an integrated layout engine for creating command-line applications. The project distinguishes itself through a comprehensive layout system that uses grid and flexbox models to create responsive designs. It also supports UI layer stacking to manage multiple screens and modal overlays. The framework includes a diverse suite of interactive components for data display, such as tables and
Includes a system for organizing terminal interface elements using grid and flexbox for responsive screen designs.