how do i edit the sikuli source code

Asked by Ankit Singh

atually i am new to this and want to create new functions for sikuli so how do i get the source code and wht should i do after getting the source code.
If any one can help in getting any tutorials or something it would be of great help

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

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.

Can you help with this problem?

Provide an answer of your own, or ask Ankit Singh for more information if necessary.

To post a message you must log in.