Freedom!

I just uploaded the Tesseract source code to BountySource! Now you can download it, build it, play with it and send back any improvements you may make. There are a few areas in the code that could use some cleaning up, and some parts aren't complete (Control transformations/rotations with mouse input, Edit control etc).

The license is the LGPL v2.1, although some code dealing with the use of Glitz (OpenGL accelerated Cairo) is taken from NDesk and is under the MIT License (I don't think this is a problem from reading the MIT license, if anyone knows otherwise please let me know).

You can browse the source here, or check it out with "svn co https://svn.bountysource.com/tesseract". Tesseract is developed using MonoDevelop, so to build it you can simply open the solution with MonoDevelop and click build. To run, you'll need to provide some TIM markup for the test application to load, either download the markup attached which is a general test and an updated version of the previous post which simulates the office 2007 ribbon (older posts may contain markup that won't work anymore), or write some markup of your own to try.

Have fun!