https://github.com/hackpulsar/drawing-room
TCP Drawing applications for you and your friends.
https://github.com/hackpulsar/drawing-room
cpp cpp20 imgui-glfw networking tcp-client tcp-ip tcp-server
Last synced: about 2 months ago
JSON representation
TCP Drawing applications for you and your friends.
- Host: GitHub
- URL: https://github.com/hackpulsar/drawing-room
- Owner: hackpulsar
- Created: 2024-10-30T13:00:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T23:27:12.000Z (8 months ago)
- Last Synced: 2025-06-17T09:42:39.843Z (4 months ago)
- Topics: cpp, cpp20, imgui-glfw, networking, tcp-client, tcp-ip, tcp-server
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drawing Room
TCP Drawing application for you and your friends.# Demo
## Build instructions
```
git clone --recurse-submodules https://github.com/hackpulsar/drawing-room
cd drawing-room
cmake -S. -B/bin
cd bin
make
```
This will generate ```/client``` and ```/server``` directories. You will find binaries for client and server there.