On 05/28/2013 08:41 PM, Nala Ginrut wrote:
I'm glad that someone is interested on it :)
And maybe you are looking for TTN's guile-SDL? It works anyway.
But I'm not sure that Freetype binding exists.
Guile-SDL has some issues of its own (I got frustrated trying to install
and use it), and SDL in general (at least until 2.0 is stable) suffers
from using software rendering instead of OpenGL.
Pygame, although it wraps up many SDL features, provides a very Pythonic
API and includes other helpful things written in pure Python (the Rect
class comes to mind) and is thus not just an ordinary binding.