opcon / QuickFont

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

changed OpenGL Version to ES 2.0 and added nuget support #9

Closed Martinay closed 8 years ago

Martinay commented 9 years ago

Hi @opcon, I needed OpenGL ES 2.0 and downgraded therefore the library. If you are interested you can accept the pull request. OpenGL ES 2.0 is only a subset of OpenGL 2, so it should be compatible with your OpenGL 3 version. When you build the project with release config there is also a nuget package created.

opcon commented 9 years ago

Thanks for your contribution, I'll take a look at the code sometime this week. It looks good!

opcon commented 8 years ago

Hi, I apologise for never updating you on this pull request. Unfortunately I've been super busy with Uni.

Thank you very much for your work. I have implemented your OpenGL ES support into the library as a conditional compilation, since the library is mainly for desktop OpenGL use, however this will still be useful if people need it!

Additionally I also created my own nuget package, QuickFont.Desktop, for the desktop OpenGL version.

Cheers, Patrick