Skip to content
/ gserv Public

A lean and simple SDL2 graphics server written in C

License

Notifications You must be signed in to change notification settings

iri/gserv

Repository files navigation

gserv

A lean and simple UDP graphics server (~22kb compiled on OSX), written in C

Requirements

  • SDL2

(Tested on Linux and OSX)

Build

    make

Start

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

About

A lean and simple SDL2 graphics server written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published