Monthly Archives: October 2007

Introduction to K-3D

This past summers participation in Googles Summer of Code has really revitalized the K-3D project to some degree. Especially with the realization that we1 need both more regular users as well as developers, to keep interest in the project alive and as a reason to continue development. One of the suggestions was to create demos [...]

Posted in Tutorials | Tagged , | Leave a comment

Skype on Linux

I’ve got Skype to work on my Gentoo Linux box by setting the library path by force: $> LD_LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/ skype

Posted in General | Tagged | Leave a comment

Python FTGL Bindings

I’ve just released PyFTGL which makes it possible to take advantage of FreeType and FTGL to render text in OpenGL program using TrueType, Type 1 or OpenType fonts. PyFTGL wraps the functionality of FTGL into a Python module so it can be used in conjunction with PyOpenGL. Note that the bindings are still in alpha: [...]

Posted in General | Tagged , , , | 2 Comments