darrenmothersele / ofxEditor

A simple text editor for openFrameworks for live coding. Features multiple text buffers and the ability to define custom commands.
http://cyrilcode.com
Other
13 stars 3 forks source link

Performance issues with large text buffer #2

Closed darrenmothersele closed 10 years ago

darrenmothersele commented 10 years ago

When a large file is loaded pressing any key causes a pause while the editor framebuffer is regenerated.

darrenmothersele commented 10 years ago

switch back to drawing text as bitmap strings vastly improves performance, but doesn't look quite as nice.