/GameUpQt

Qt/QML plugin for GameUp service http://gameup.io

Primary LanguageC++

GameUpQt

This QML plugin written in C++ to help Qt/QML developers adopt GameUp server (http://gameup.io) features in your Qt/QML based game The code is intended to be multiplatform. No any platform specific code was used and no plans to use

Since the code is written at spare time, not all features from GameUp implemented at the moment. Gimme a mail with your wishes

TODO:

  • Write en example
  • Implement async mode
  • Implement Google/Twitter/FB based authentifications
  • Implement GameUp authentification
  • Implement missed GameUp functionality

Howto build:

  • Install latest Qt SDK for your platform from here: http://www.qt.io/download/
  • run "qmake" from binary folder of Qt SDK for given platform
  • run "make; make install"