rougier / freetype-gl

OpenGL text using one vertex buffer, one texture and FreeType
Other
1.63k stars 262 forks source link

Separation of Glew from Library #65

Open breathe67 opened 9 years ago

breathe67 commented 9 years ago

Hi, just looking at using freetype-gl in a project of mine, looks like great work, thanks.

Looking through the the code and it seems that the glew library is only used by the demos (correct me if I'm wrong) but is nevertheless included in the main "opengl.h" header. I'd like to use freetype-gl without being forced to compile or link with glew...Just my $.02 in case it's possible to remove the dependency from the basic freetype-gl lib.

(I know I could remove it myself but then would need to maintain for future updates.)

adrianbroher commented 9 years ago

I will take a look at it.

codecat commented 9 years ago

I think the same counts for glfw3, does it not?