From 9f650f8a5d518390721651fc9dc29517e9130da0 Mon Sep 17 00:00:00 2001 From: dyorgio <> Date: Wed, 23 May 2018 11:20:15 -0300 Subject: [PATCH] Initial index page contents (github pages). --- docs/index.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/docs/index.md b/docs/index.md index 0d6905d..f51def6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,46 @@ --- layout: default --- +[](https://maven-badges.herokuapp.com/maven-central/net.java.jinput/jinput) +[](http://www.javadoc.io/doc/net.java.jinput/jinput) + +# Welcome to the Java Input API Project! + +
The JInput Project hosts an implementation of an API for game controller +discovery and polled input. It is part of a suite of open-source technologies +initiated by the Game Technology Group at Sun Microsystems with intention of +making the development of high performance games in Java a reality.
+The API itself is pure Java and presents a platform-neutral +completely portable model of controller discovery and polling. +It can handle arbitrary controllers and returns both human and +machine understandable descriptions of the inputs available.
+The implementation hosted here also includes plug-ins to allow +the API to adapt to various specific platforms. These plug-ins +often contain a native code portion to interface to the host system. +
+ +##Getting Started + +Include dependency in your project: + +1. Maven - Easy way +----- +```xml +