Skip to content

svenlinker/speedith

 
 

Repository files navigation

Speedith


Speedith is a diagrammatic theorem prover for spider diagrams.

Build Status


Licence

Speedith is licenced under the MIT licence. Please read LICENCE.md for more information.


Developer's Guide to Speedith


General Requirements

These requirements have to be checked only once. After you make sure you have these, you can build Speedith at any time.

Optional:

  • Tesseract (needed for character recognition in drawn input):

    • Linux & OS X: Please follow this guide.

    • Windows: no need to install. Tesseract comes pre-packaged.


Building Speedith

Use Maven to build Speedith (in the root directory of your cloned Speedith repository):

mvn install

Running Speedith

The build will result in a distributable package:

Speedith.Gui/target/speedith-gui-0.0.1-SNAPSHOT-bin.zip

Unpack the archive and navigate into the unpacked speedith/bin folder.

Once in speedith/bin folder, execute the script that best matches your platform.

For example, on Windows you might want to execute either

speedith-win32.bat

or

speedith-win64.bat

About

Speedith is a theorem prover for spider diagrams (see http://en.wikipedia.org/wiki/Spider_diagram).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 83.8%
  • Scala 8.9%
  • Isabelle 3.8%
  • Standard ML 2.9%
  • ANTLR 0.3%
  • GAP 0.2%
  • Other 0.1%