Skip to content

Single-header C library for generating vertices for rendering text

Notifications You must be signed in to change notification settings

kevinmkchin/vertext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vertext

Single header C library for assembling textured quads for rendering text. This library does not perform rendering directly and instead provides a vertex buffer of vertices (in either Screen Space or Clip Space) and texture coordinates. This allows the library to work seamlessly with both OpenGL and DirectX. Very lightweight: ~700 lines of code.

PURPOSE: Text rendering is a non-trivial task, and this library strives to make it easy and frictionless.

This library REQUIRES Sean Barrett's stb_truetype.h library (which is also a single header).

About

Single-header C library for generating vertices for rendering text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages