A lean and simple UDP graphics server (~22kb compiled on OSX), written in C
- SDL2
(Tested on Linux and OSX)
make
Start a graphics server
./gserv
Send some test commands to the server started on localhost
./gstest
To run ./gstest
on from another machine, adjust server address UDP_ADDR
in gstest.c