Hello !
A remark about OF 090 render with a Mac Retina display :
- With OF 084, render was “double scaling”, like a “non retina friendly” website in your browser
- With OF 090, same code, render is now at retina pixel scale
This can be a little boring with some complex GUI, that now look very small, specially if you have a 5k mac.
It’s not a problem for futurs projects, but there is maybe a hack to switch between 2 types of render ?
I have looking inside ofCore without success, but I’m sure it’s just a small trick (with GLFW context?).
It’s possible, and simple, to draw GUI into a texture and extend it (and update mouse coords) but the render is not the same, and text are smoothed (normal).