← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #256199]: Hi all, is there a way to use sikuli with c# or is it even possible? Thanks in advance

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Since Sikuli is based on Java, c# is surely not the first choice for setting up workflows, that use Sikuli features, since it has no natural access to the JVM.
And programming in c# is not really comparable to scripting in Python (using Jython), it is more like programming in Java.

Easy to use alternatives to Python are Ruby (JRuby), Scala and Groovy.

But since you might know the reasons for using c# now: 
There are bridges available, that propagate Java usages down to the JVM.

an example is http://jni4net.com

google will give you some more entries with something like
c# java bridge

... and your solutions are bound to Windows.

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