behdad / glyphy

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

Add Windows support #19

Closed ebraminio closed 7 years ago

ebraminio commented 7 years ago

Based on @tml1024 and @leok7v works but simplified a lot and uses freetype instead GDI. Also contains a working CI config which can be used as Windows build walkthrough

ebraminio commented 7 years ago

CI: https://ci.appveyor.com/project/ebraminio/glyphy You can setup your own and add its badge to README if you like.

Screenshot: image

ebraminio commented 7 years ago

I just added "win32/stringize.js" in order to skip need of shell/makefile based script for generating headers. It uses old Windows JavaScript engine I never used before, "JScript"; the result, however, became interesting :)

behdad commented 7 years ago

Hi Ebrahim. I just invited you as a collaborator on the project. Feel free to merge whatever you see fit. Thanks!

ebraminio commented 7 years ago

That is of a great honor for me, thank you very much.