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
- Host: GitHub
- URL: https://github.com/mengstr/consoleappskeleton
- Owner: mengstr
- License: cc0-1.0
- Created: 2025-03-23T09:02:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T09:08:46.000Z (about 1 year ago)
- Last Synced: 2025-03-23T10:19:14.781Z (about 1 year ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.