← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #200504]: How can i integrate sikuli IDE to my C# application.

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Sikuli IDE currently is a top-level monolithic Java Swing application.
There is no official API, you can use.

The capture feature is done with the respective method of the Java AWT
Robot class.

All Sikuli features like search, click ... are realized based on Java
with some low level C++ modules (interfaces to OpenCV, ...), which are
integrated using JNI. These are all packed together in sikuli-
script.jar.

You might get more valuable information, if you get more specific on
your goals.

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