behdad / glyphy

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

Support shared builds with Visual Studio #48

Closed fanc999 closed 2 years ago

fanc999 commented 2 years ago

Hi,

This attempts to support shared builds of Glyphy using Visual C++ (and the like) compilers, by:

This will depend on PR #47 to be fully functional.

Please let me know whether I should update the Visual Studio project files in win32/, or we are just going to support Meson builds.

With blessings, thank you!