Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.17 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.17 KB

Android Game Development Kit samples

This folder contains sample projects demonstrating the use of various aspects of the Android Game Development Kit (AGDK).

Android Studio projects

  • agdktunnel/ AGDKTunnel - An example game derived from the NDK 'Endless Tunnel' sample that demonstrates integration of the AGDK libraries.
  • game_controller/gameactivity Game Controller sample - A sample demonstrating use of the Game Controller library using the GameActivity library. Useful for visualizing how a paired controller interacts on your device.
  • game_controller/nativeactivity Game Controller sample - A sample demonstrating use of the Game Controller library using NativeActivity. Useful for visualizing how a paired controller interacts on your device.

Android Game Development Extension (AGDE) projects

(requires Microsoft Visual Studio)

  • agde/AssemblyCode-Link-Objects - An example of using linked assembly in AGDE.
  • agde/endlesstunnel - A version of the NDK sample Endless Tunnel as a AGDE project.
  • agde/HelloJNI - A minimal hello world JNI example.
  • agde/Teapot - An example of a multiplatform project that has build targets for both Android and Microsoft Windows.