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

https://github.com/mengstr/consoleappskeleton

A cross-platform skeleton app for socket, keyboard and line drawing in the terminal
https://github.com/mengstr/consoleappskeleton

Last synced: about 1 year ago
JSON representation

A cross-platform skeleton app for socket, keyboard and line drawing in the terminal

Awesome Lists containing this project

README

          

# ConsoleAppSkeleton

A cross-platform skeleton app for socket, keyboard, and line drawing in the terminal.

## Features

* Cross-platform: Works on Windows, macOS, and Linux.
* Socket Programming: Includes basic examples of socket communication.
* Keyboard Input: Handles keyboard input for interactive applications.
* Line Drawing: Implements line drawing in the terminal for simple graphics.