Examples Filter
Operations that involve displaying 2d graphics such as text, shapes, images on to the screen.
Fills a polygon with a color.
This code snippet draws text by loading a font via rusttype and computes the vertex data needed to draw a string and feeds that to an OpenGL shader. Supports arbitrary font sizes and colors. This is a nice way to draw text with raw opengl without a framework.