bcmpinc / Pixel-Server

A microhttpd c++ webserver that serves tiles (images) of an artificial landscape map.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel-Server

A microhttpd c++ webserver that serves tiles (images) of an artificial landscape map.

Dependencies

  • libmicrohttpd
  • libpng
  • SCons
  • g++

Running

  • Open a terminal
  • Execute scons
  • Execute ./pixel-server
  • Open a webbrowser and navigate to http://localhost:9999

About

A microhttpd c++ webserver that serves tiles (images) of an artificial landscape map.


Languages

Language:C++ 78.8%Language:C 21.2%