← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #227388]: how do i edit the sikuli source code

 

Question #227388 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/227388

    Status: Open => Answered

RaiMan proposed the following answer:
Sikuli source code mainly is Java.

To support Python scripting using the Jython interpreter, some Jython
code is wrapping the Java API.

To access the native libraries of OpenCV and Tesseract some C++ modules
are integrated using JNI.

To edit, test, run and debug any of these, you can use any of the IDE's
like Eclipse, Netbeans (develop version to get Python support), ...

The source code of the current latest version is at:
https://github.com/sikuli/sikuli (currently not moving)

I am currently developing a new version at:
https://github.com/RaiMan/Sikuli12.11

I am using Netbeans 7.3 (develop version) and Ant to produce
distributable packages.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.