Skip to content

yaggg/psmove-painter-with-text-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playstation Move painter with text recognition

PS Move painter is an application that let you draw images using your playstation move controller.
It also can save your masterpieces as PNG. Moreover, it can recognize text on pictures that you drawn!
The application consists of two parts - the JavaFX GUI and the shared library on C for processing controller motion.

To build it from sources, you need following:

Dependencies:

You need to specify path to psmoveapi, tesseract and leptonica headers, and also for JNI headers (See CMakeLists.txt).

After that to build shared library you need to do following (from directory with CMakeLists.txt) :

mkdir build
cd build
cmake ..
make

After that you can just run the Main class, or you can build an executable jar.
In case of any troubles mail to [email protected]

About

Paint masterpieces using your playstation move controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published