Commit 38e72f71 authored by Pierre Emmanuel Lallemant's avatar Pierre Emmanuel Lallemant
Browse files

travis-ci build status added in README.md (synchronised with the last push)

parent d62368e2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
Freetype GL - A C OpenGL Freetype engine
========================================

[![Build Status](https://travis-ci.org/crakouille/freetype-gl.png?branch=master)](https://travis-ci.org/crakouille/freetype-gl)

This code intends to show how to display fonts efficiently using regular C,
Freetype and OpenGL. The idea is to use a single texture and a single vertex
buffer. The code is fairly simple and organized as follow: