I’m happy to announce ofxEditor, a rewrite of the ofxGLEditor addon which fixes a number of issues and adds new functionality.
Description:
ofxEditor provides a rewrite of the Fluxus live coding environment’s OpenGL-based text editor for OpenFrameworks including simple syntax highlighting, a file browser, and a Read-Eval-Print Loop console. The ofxMultiEditor provides all of the above including 9 editor buffers, so it should be easy to use this as a basis for live coding, scripting, parameter tweaking, etc
Sample Lua syntax highlighting:
Open file dialog:
Read-Eval-Print Loop console:
The only bit I’m missing from the old version is the autofocus zooming which I’ll add at some point.