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

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.

Awesome Lists containing this project

README

          

# Drawing Room
TCP Drawing application for you and your friends.

# Demo
![output](https://github.com/user-attachments/assets/ca926dd2-67fe-4585-8555-4a3e4621b4cc)

## 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.