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
- Host: GitHub
- URL: https://github.com/algorythm-dylan/consolewidgets
- Owner: AlgoRythm-Dylan
- Created: 2021-08-30T01:53:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T03:04:41.000Z (over 3 years ago)
- Last Synced: 2025-02-08T04:42:05.557Z (4 months ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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