BalazsJako / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
1.44k stars 242 forks source link

Threading? #141

Open JJoeDev opened 2 years ago

JJoeDev commented 2 years ago

I tried to thread the colorize function but no matter what I seem to get errors. So my question is, wouldn't it be better to thread the colorize function. I may just be dumb and not know how to thread it but me excuse is that this is my first C++ project