
Tag Archives: line
How to build User Interfaces and 2D Shapes with NanoVG

GeeXLab 0.9.5.0 comes with one cool new feature: the support of NanoVG.
How to Draw a Simple Line

If you need to draw few lines with GeeXLab, this article should help you.
Polygon Rendering Modes

OpenGL defines 3 modes for rendering a polygon: point (GL_POINT), line (GL_LINE) and solid (GL_FILL). The default polygon rendering mode is solid.