[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft] Porting Freetype to Go
From: |
Nigel Tao |
Subject: |
[ft] Porting Freetype to Go |
Date: |
Fri, 2 Apr 2010 10:19:32 +1100 |
Hello.
I'm porting the Freetype library to the Go programming language
(http://golang.org/). This is a pure Go implementation, not a Go
wrapper around the C library. Amongst other things, Go is a safer
programming language: it has pointers but no pointer arithmetic, it is
garbage collected, variables are zero-initialized, and array accesses
are bounds-checked.
The port is very much a work in progress, but I've just made my first check-in.
http://code.google.com/p/freetype-go/
cheers,
Nigel.
- [ft] Porting Freetype to Go,
Nigel Tao <=