2011-07-19 07:47:24 -04:00
|
|
|
.. _whatis:
|
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
What Is Simba?
|
|
|
|
==============
|
|
|
|
|
|
|
|
Simba is a program used to repeat certain (complicated) tasks. Typically these
|
|
|
|
tasks involve using the mouse and keyboard. Simba is programmable, which means
|
|
|
|
you can design your own logic and steps that Simba will follow, based upon
|
|
|
|
certain input.
|
|
|
|
|
2010-06-13 17:17:00 -04:00
|
|
|
This "input" can vary greatly; from data in files to colors and text on the screen.
|
2010-06-13 16:50:43 -04:00
|
|
|
|
|
|
|
Simba can:
|
|
|
|
* Find and read colours on the screen.
|
|
|
|
* Click or move the mouse to a specific position on the screen. Typically
|
|
|
|
this is the position of a found color or bitmap.
|
2010-06-13 17:17:00 -04:00
|
|
|
* Read text on the screen and turn it into actual text. (Optical Character
|
2010-06-13 16:50:43 -04:00
|
|
|
Recognition)
|
2010-06-15 13:15:52 -04:00
|
|
|
* Capture and analyse images on the screen.
|
|
|
|
* Read and write files.
|
|
|
|
* Connect to the internet to read websites and post data to them.
|
2010-06-15 11:19:35 -04:00
|
|
|
* Run pascal programs for you. If you're a bit creative you can have a lot
|
2010-06-27 06:07:39 -04:00
|
|
|
of fun stuff with Simba, you could even make a game in it!
|
2010-06-13 16:50:43 -04:00
|
|
|
|
2010-06-27 06:07:39 -04:00
|
|
|
and more. Start now by :ref:`installingsimba`.
|
2010-06-13 16:50:43 -04:00
|
|
|
|
2011-07-18 06:20:47 -04:00
|
|
|
Currently Simba is still in its beta stages; this includes the documentation.
|
|
|
|
You will probably notice some parts of the documentation aren't finished or are just
|
|
|
|
plain missing.
|
|
|
|
|
|
|
|
Simba is being updated almost every day. To see changes as they are added, view
|
|
|
|
https://github.com/MerlijnWajer/Simba.
|
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
If you want to know more about Simba, see :ref:`whysimba`
|