Ross ROSS = Recommend OSS · open-source software intelligence for agents

rougier/freetype-gl

OpenGL text using one vertex buffer, one texture and FreeType observed · 2026-08-28

github.com/rougier/freetype-gl · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 93
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4720
  • days_rel: 590
  • days_push: 44
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1745 stars · 278 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A small C library for rendering Unicode text in OpenGL using a single texture atlas and a single vertex buffer, built on top of FreeType. It provides glyph packing, font caching, markup-based text properties, and optional distance-field text rendering.

Use cases

  • render text in an OpenGL application
  • draw Unicode strings with a single texture and vertex buffer
  • pack font glyphs into a texture atlas
  • render fonts without FreeType at runtime using pregenerated headers
  • display styled text with colors and underline in OpenGL
  • add font rendering to a game engine in C

When to choose

  • you need lightweight, low-level text rendering in OpenGL from C or C++
  • you want a single texture atlas and vertex buffer for efficient glyph drawing
  • you need Unicode support with markup-style text properties
  • you want to bake fonts into headers to avoid a FreeType runtime dependency

When to avoid

  • you need a full GUI text layout engine with complex shaping (use HarfBuzz-based stacks)
  • you are not working with OpenGL directly
  • you need DirectWrite/CoreText/Direct2D native platform text rendering
  • you want a high-level UI framework rather than a rendering primitive

Facets

library · maturity stable

graphics image-processing sdk graphics cross-platform cpp c cross-platform windows opengl freetype font-rendering text-rendering texture-atlas unicode game-development linux macos android

1 source

Member repositories

RepositoryRoleHealth v2
rougier/freetype-glmain65

For agents

markdown · JSON · MCP: product_card(name="rougier/freetype-gl")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem