chunying / gaminganywhere

GamingAnywhere: An Open Cloud Gaming System

Home Page:http://www.gaminganywhere.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.gaminganywhere.org/

License:Other


Languages

Language:C++ 65.7%Language:C 21.9%Language:Java 10.6%Language:Makefile 1.0%Language:Objective-C 0.4%Language:Batchfile 0.3%Language:Shell 0.1%Language:Pascal 0.0%