Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrisseto/obscene

A gesture detection library written in scala. Ported from the Android module for use outside of Android applications.
https://github.com/chrisseto/obscene

Last synced: about 1 month ago
JSON representation

A gesture detection library written in scala. Ported from the Android module for use outside of Android applications.

Awesome Lists containing this project

README

        

Obscene
=======

A gesture detection library written in scala.

Ported from the Android module `android.gesture` for use outside of Android applications.

The main use case for this library is with libGdx. However does not require libGdx to run.

The TODO list is currently just porting everything in the java folder into scala.

## TODO
* ~~Gesture~~
* ~~GesturePoint~~
* ~~GestureStroke~~
* GestureStore
* GestureLibrary
* ~~Prediction~~