Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.22 KB

RaiMan's Stuff SikuliX2 (version 2.0.x)


**Version 2.0.0-Beta1 under developement** (starting somewhen in January 2015)
**[latest stable version is 1.1.0](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

sikulixapi

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

sikulix

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

sikulixtensions

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.