Skip to content

An Android API housing useful re-usbable Human-computer Interfaces (HCI) in the form of in-game android views with an integration API for jMonkeyEngine.

License

Notifications You must be signed in to change notification settings

Electrostat-Lab/Game-HCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2162ec9 · Jul 2, 2021

History

68 Commits
Jul 1, 2021
Jul 2, 2021
Jul 2, 2021
May 12, 2021
Nov 12, 2020
Nov 13, 2020
May 4, 2021
May 8, 2021
Sep 30, 2020
May 12, 2021
May 12, 2021
Jul 1, 2021
May 8, 2021

Repository files navigation

Superior Extended Engine 1.4

GamePad Library for Android Games running java/Kotlin

How to implement it into your Android project :

Step 1. Add it in your root build.gradle at the end of repositories :

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency :

	dependencies {
	        implementation 'com.github.Scrappers-glitch:Superior-Extended-Engine:1.x.x'
	}