Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 602 Bytes

raylib_tcp_messaging_app

Simple tcp messaging app using raylib

Build and run application

Build

git clone https://github.com/GBU31/raylib_tcp_messaging_app.git
mkdir build
cd build
cmake ..
make

Run

./server
./client

Screenshots

Screenshot 2023-12-07 172716

Screenshot 2023-12-07 172736