luca-piccioni / OpenGL.Net

Modern OpenGL bindings for C#.
MIT License
568 stars 108 forks source link

DrawString capabilties #76

Closed wzydhek closed 6 years ago

wzydhek commented 6 years ago

Are there any DrawString capabilities? Or some other way to draw text?

luca-piccioni commented 6 years ago

OpenGL.Net is a plain wrapper for OpenGL commands. If you want to draw characters, try vector or texture font implementation in OpenGL.Net.Objects. Anyway too invasive for a single functionality.

Or implement it yourself.