Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chrisseto/obscene
- Owner: chrisseto
- License: apache-2.0
- Created: 2014-09-23T01:38:12.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2015-01-07T05:29:38.000Z (about 10 years ago)
- Last Synced: 2024-11-08T23:16:45.968Z (3 months ago)
- Language: Scala
- Homepage: obscene.seto.xyz
- Size: 391 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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~~