An open API service indexing awesome lists of open source software.

https://github.com/algorythm-dylan/consolewidgets

ncurses-based c++ lib of pseudographical widgets for terminal emulators
https://github.com/algorythm-dylan/consolewidgets

Last synced: 2 months ago
JSON representation

ncurses-based c++ lib of pseudographical widgets for terminal emulators

Awesome Lists containing this project

README

        

# ConsoleWidgets
*`ncurses`-based c++ library of pseudographical*
*widgets that can be used in a terminal emulator*

## Goals
- Simple, document-based, navigation-enabled user interfaces
- Easy forms library
- HTML-familiar system
- Template system to make simple tasks easy
- Canvas system and easy setup for simple games

## Accomplishments
- 8/29/2021 - Project started!

## Code Style

- `camelCase` for local variables and member variables
- `PascalCase` for class names and member functions
- `UPPER_SNAKE_CASE` for constants
- Getters and setters for member variables