Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 865 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 865 Bytes

linc/GameKit

Haxe/hxcpp @:native bindings for GameKit.
Please note this library is a work in progress and has rough edges.

This is a linc library.


This library works with the Haxe cpp target only.


Install

haxelib git linc_gamekit https://github.com/snowkit/linc_gamekit.git

Endpoints

Currently, the following GameKit API's are bound and available:

  • Achievements (import gamekit.GameKit)
    • authLocalPlayer
    • loadAchievements
    • resetAchievements
    • reportAchievement
    • showBanner

Example usage

Be familiar with GameKit

See test/example.hx for now