behdad / glyphy

GLyphy is a signed-distance-field (SDF) text renderer using OpenGL ES2 shading language.
Other
663 stars 76 forks source link

porting to Qt #35

Closed mgood7123 closed 2 years ago

mgood7123 commented 2 years ago

i have attempted to port this to use with QT 6 Framework but i currently get a white screen with no text

https://github.com/mgood7123/Qt_Glyphy_CMAKE

https://github.com/mgood7123/Qt_Glyphy_CMAKE/blob/main/GLWindow.cpp

https://github.com/mgood7123/glyphy

behdad commented 2 years ago

Sorry I can't help about this right now.

mgood7123 commented 2 years ago

Sorry I can't help about this right now.

thats ok, i just tested this with a OpenGL 3.2 context and the text fails to render

(cus i got version '330' is not supported when compiling the shader)