Skip to content

Port of freetype-gl for use on Raspberry Pi, GLESv2

Notifications You must be signed in to change notification settings

skirk/freetypeGlesRpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freetypeGlesRpi

Port of freetype-gl for use on Raspberry Pi, GLESv2.

Freetype-gl is an opengl library that handles fonts by setting up a font atlas. The atlas consists of a single texture holding truetype glyphs, and a data structure to allow lookup for rendering. See https://code.google.com/p/freetype-gl/

To make this work on the rapberry pi, I took the basic setup code from https://github.com/chriscamacho/gles2framework, which sets up the openges context (it works on standard linux, rpi running X and rpi command line, based on compile time settings)

About

Port of freetype-gl for use on Raspberry Pi, GLESv2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.4%
  • Makefile 1.6%