msdfgl
msdfgl copied to clipboard
OpenGL implementation of the MSDF algorithm
Are they? They don't appear to be.
As mentioned in #9, meson is better alternative to cmake. Here is meson in working state--demo builds. Yet, I'm not 100% expert on meson; I don't know how to make...
Meson is more simple, flexible, and human readable build system. Any plan on moving to Meson?
This is great work. Congratulations! For cubic-to-quadratic conversion I suggest you lift the cu2qu algorithm. I have described it here: https://github.com/googlefonts/cu2qu/issues/10 Cheers
This is a rewrite of the CMake build system, it makes many improvements to the build structure of this project: - Removed `gen-shaders.bat`/`gen-shaders.sh`, replaced with a proper CMake script -...
Hello. I am interested in using MSDFs on platforms / APIs such as Metal and WebGL that do not support geometry shaders. Would you be able to offer some guidance...
`msdfgl_map_get` uses `bsearch` which is a POSIX function and results in a link error on MSVC ``` msdfgl.lib(msdfgl_map.obj) : error LNK2019: unresolved external symbol __imp_bsearch referenced in function msdfgl_map_get ```
Added multiline printf mode. Addresses #13.