opcon / QuickFont

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

QFontDrawing.Print Reliant on outdated OpenTK Bindings. #55

Open xjax123 opened 1 year ago

xjax123 commented 1 year ago

QFontDrawing.Print is reliant on OpenTK.Vector3, which is not a valid type. OpenTK.Mathematics.Vector3 is the correct binding.

loudar commented 1 year ago

Same issue here.

opcon commented 1 year ago

Thanks for raising the issue. I have not updated this library for OpenTK 4.x, is this the version you are using? I don't have time to do the update myself unfortunately, but I'll accept a PR for it if someone would like to put one together. Are the API changes different enough that we would need to maintain two separate versions?