GWork
GWork copied to clipboard
Skinnable GUI with useful widget collection. Fork of GWEN.
Add multi line text editor. Could use STB code: https://github.com/nothings/stb/blob/master/stb_textedit.h
Currently every control contains one of these. This could be optimised out: - Perhaps pointer to dynamically allocated, on-demand store. - To central store with unique handle per control.
Currently the event system is very inefficient memory-wise. Each control contains many listeners which may never be used and cache data that is never used. This could be much improved...
When you have bigger text as the label in a Properties row, it is clipped. The height does not take this into account.
The following changes were made to integrate GWork with a side project of mine, hopefully that explains some of the seemingly random changes. - Added a USE_GLAD option to allow...
This fixes an issue I was running into on my windows laptop.
Issue: In opengl, the text input control is not working, compiled with visual studio 2019 - Operating System (name & version): windows 10 - Compiler (name & version): visual studio...