libglui / glui

GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, using GLUT or FreeGLUT.
Other
196 stars 81 forks source link

Replace C-strings with std::string and GLUI_String #78

Closed nigels-com closed 7 years ago

nigels-com commented 7 years ago

As part of a broader C++11 modernisation - std::string everywhere.

m-7761 commented 5 years ago

This was very unwise. It's not modernization. It degrades the library. It's simple to write a wrapper that converts a string or any class into a C-string pointer. That would've been how to do this. I think you are making GLUI unusable basically. No comment. Just expressing concern for GLUI's home website.