Skip to content

henriquegemignani/freetype-glpp

Repository files navigation

Freetype GL++ - A C++ Wrapper for Freetype GL
=============================================

 This library is merely a wrapper of the Freetype GL by Nicolas P. Rougier.
 WWW: https://github.com/rougier/freetype-gl

============================== 
  COMPILING
==============================
 Pre-requisites:
  - CMake 2.8.11 (or later)
  - C++ compiler (tested against GCC 4.4 and MSVC10/11)
  - Freetype GL, which in turn depends on:
    - OpenGL
    - GLEW
    - Freetype
    
 This repository provides a copy of Freetype GL, GLEW and Freetype, in case
 they are unavaiable on your development setup.
 
 With the pre-requisites out of the way, the following commands should be
 enough to compile the lib:
 
 $ mkdir build
 $ cd build
 $ cmake ..
 $ cmake --build .

About

A C++ wrapper for Freetype-GL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published