opcon / QuickFont

A Modern OpenGL Font Rendering Library for OpenTK
https://github.com/opcon/QuickFont
MIT License
83 stars 25 forks source link

Resolution independent text rendering #34

Open ppc2017 opened 7 years ago

ppc2017 commented 7 years ago

Is it possible to implement one of the following text rendering methods?

http://wdobbie.com/post/gpu-text-rendering-with-vector-textures

https://medium.com/@evanwallace/easy-scalable-text-rendering-on-the-gpu-c3f4d782c5ac

opcon commented 7 years ago

It's definitely something I want to have in the library, whether through bezier curves or signed distance fields (see #20).

Unfortunately I don't have time to implement this at moment. However if you (or someone else) wants to work on it then I'm happy to answer any questions related to QuickFont that you have!