Skip to content

3009420/gaminganywhere

 
 

Repository files navigation

GamingAnywhere

GamingAnywhere: An Open Cloud Gaming System

Overview

GamingAnywhere is an open-source clouding gaming platform. In addition to its openness, we design GamingAnywhere for high extensibility, portability, and reconfigurability. GamingAnywhere currently supports Windows and Linux, and can be ported to other OS's including OS X and Android.

Documents

Quick Notes

  • Recommended development platforms Ubuntu Linux x86_64.

  • Required packages on Linux OS (both runtime and development files): libX11, libXext, libXtst, libfreetype6, libgl1-mesa, libglu1-mesa, libpulse, libasound2, lib32z1

  • Sample command to install required packages on Ubuntu Linux:

    apt-get install patch make cmake g++ pkg-config \
      	libX11-dev libXext-dev libXtst-dev libfreetype6-dev \
      	libgl1-mesa-dev libglu1-mesa-dev \
      	libpulse-dev libasound2-dev lib32z1
    

About

GamingAnywhere: An Open Cloud Gaming System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 61.9%
  • C 23.9%
  • Java 11.7%
  • Objective-C 1.0%
  • Makefile 1.0%
  • Batchfile 0.4%
  • Other 0.1%