Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.5 KB

RaiMan's Stuff SikuliX2 (version 2.0.x)

Join the chat at https://gitter.im/RaiMan/SikuliX2


**Version 2.0.0-Beta under developement**
built on [TravisCI](https://travis-ci.org/RaiMan/SikuliX2) (coming soon)
**[latest working version is 1.1.1](https://github.com/RaiMan/SikuliX-2014)**

Forking and/or downloading this repo only makes sense:

  • if you want to get a knowledge about the internals of Sikuli
  • if you want to create your own packages containing Sikuli features
  • if you want to contribute.

In any case: be sure you know the content of the SikuliX Quickstart


Maven module structure for developement

sikulix2api

the API to be used in Java and Java aware scripting languages

sikulix2 (inactive as module currently)

the Sikuli IDE and the support for running scripts in a supported scripting language.

sikulixtensions (inactive as module currently)

Packages that extend the SikuliX features in various ways.
On the usage and/or developement level they depend on the core features of sikulixapi or sikulix.


Prerequisites for development

  • a Java JDK 1.7+
  • Maven 3+

I use NetBeans 8+ for developement.