[PyOpenGL-Users] Freetype python bindings available
Brought to you by:
mcfletch
From: Nicolas R. <Nic...@in...> - 2011-01-31 16:17:27
|
Hi all, I've coded python bindings for the freetype library (high-level API only, using ctypes) and made an example to show text rendering using OpenGL. (http://code.google.com/p/freetype-py/) Get the sources from: svn checkout http://freetype-py.googlecode.com/svn/trunk/ freetype-py-read-only Install it and then you can test "opengl.py" from the examples directory. Nicolas |