A Free and Open Source Equation Editor
While technically a Cocoa application, this app is really just a wrapper for the "EquationField" class, which will allow users to edit equations using an intuitive, WYSIWYG interface. Ultimately, this is being created with the intention of being used in OpenCalc, but feel free to use it in your own projects.
The current features include:
- logarithms with custom bases
- superscripts
- summations
- integrals
- fractions
- exporting as LaTeX
- exporting as a .png file
- undo/redo
- No known glitches
The current agenda for improvements include:
- highlighting
- deleting equation components (note: you can already "undo", delete the entire equation, and delete characters)