2010-06-13 17:17:00 -04:00
|
|
|
.. _whimsical:
|
2010-06-13 16:50:43 -04:00
|
|
|
|
2010-06-09 18:33:51 -04:00
|
|
|
Why Simba?
|
|
|
|
==========
|
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
So why would you use Simba?
|
|
|
|
|
|
|
|
For several reasons. Number one is probably the active community combined with
|
2010-06-13 17:17:00 -04:00
|
|
|
the open-mindedness of the Simba developers.
|
2010-06-13 16:50:43 -04:00
|
|
|
|
|
|
|
Simba is:
|
|
|
|
|
|
|
|
Free
|
|
|
|
~~~~
|
|
|
|
|
|
|
|
Simba is, and always will be free.
|
2010-06-13 17:17:00 -04:00
|
|
|
It is free as in Free Beer **and** Freedom.
|
2010-06-13 16:50:43 -04:00
|
|
|
|
|
|
|
Simba is 100% free to use. In fact, we welcome you to share it with the
|
|
|
|
rest of the world.
|
|
|
|
|
|
|
|
The source code to the program is also freely available, under the GPL
|
|
|
|
license.
|
|
|
|
|
|
|
|
.. note::
|
|
|
|
The source code allows everyone to see how the program actually
|
|
|
|
works. Most developers choose not to share their source code and therefore
|
2010-06-13 17:17:00 -04:00
|
|
|
decide to withhold knowledge. The Simba developers highly disagree with
|
2010-06-13 16:50:43 -04:00
|
|
|
this mentality and will fight for a world with free knowledge for
|
|
|
|
everyone. "Closed Source" as not sharing source code is called, is holding
|
|
|
|
back innovation and research in the world.
|
|
|
|
|
|
|
|
|
|
|
|
Extensible
|
|
|
|
~~~~~~~~~~
|
|
|
|
|
2010-06-13 17:17:00 -04:00
|
|
|
Simba supports both plug-ins in binary format as well as extensions written
|
|
|
|
in the Simba programming language (which is Pascal-based).
|
2010-06-13 16:50:43 -04:00
|
|
|
|
|
|
|
This way one can easily extend Simba. See :ref:`writing-simba-extensions`
|
2010-06-12 20:11:01 -04:00
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
Reliable
|
|
|
|
~~~~~~~~
|
2010-06-12 20:11:01 -04:00
|
|
|
|
2010-06-13 17:17:00 -04:00
|
|
|
Simba is actively maintained by a team of knowledgeable programmers.
|
2010-06-12 20:11:01 -04:00
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
We as a team do our best to make Simba into a quality product.
|
|
|
|
However this does not guarantee a bug free program.
|
|
|
|
(Bug free programs don't exist)
|
2010-06-12 20:11:01 -04:00
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
Should you encouter a bug, please consider sending a bug report so we can
|
2010-06-13 17:17:00 -04:00
|
|
|
resolve the issue: :ref:`bug report`.
|
2010-06-12 20:11:01 -04:00
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
Cross Platform
|
|
|
|
~~~~~~~~~~~~~~
|
2010-06-12 20:11:01 -04:00
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
Simba has been written with freedom in mind and believes Simba
|
|
|
|
should not be limited to one platform, as that limits its users
|
|
|
|
to one platform as well.
|
2010-06-12 20:11:01 -04:00
|
|
|
|
2010-06-13 17:17:00 -04:00
|
|
|
Currently the supported platforms are Windows and Linux with attempts
|
|
|
|
being made to port it to OSX (it may run on OSX if you install X11).
|
2010-06-12 20:11:01 -04:00
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
Even though we try hard to make Simba bug-free on all platforms,
|
2010-06-13 17:17:00 -04:00
|
|
|
some issues remain. The biggest issue is the interpreter that
|
2010-06-13 16:50:43 -04:00
|
|
|
executes your program. It is an external component and does not
|
2010-06-13 17:17:00 -04:00
|
|
|
play too well on Linux. Hopefully this will be improved upon soon.
|
2010-06-12 20:11:01 -04:00
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
Fast
|
|
|
|
~~~~
|
2010-06-12 20:11:01 -04:00
|
|
|
|
2010-06-13 16:50:43 -04:00
|
|
|
The Simba developers have designed and written Simba with speed in mind.
|
2010-06-13 17:17:00 -04:00
|
|
|
However, some speed was sacrificed for readability and maintainability,
|
|
|
|
regardless, Simba is still quite fast.
|
2010-06-12 20:11:01 -04:00
|
|
|
|