diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2002-11-13-quickie.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2002-11-13-quickie.html')
-rw-r--r-- | content/posts/2002-11-13-quickie.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/content/posts/2002-11-13-quickie.html b/content/posts/2002-11-13-quickie.html new file mode 100644 index 0000000..a055521 --- /dev/null +++ b/content/posts/2002-11-13-quickie.html @@ -0,0 +1,27 @@ +--- +date: "2002-11-13T01:09:51Z" +title: Quickie +--- + +<pre> +pabs@picard:~> uname -r +2.5.47-ac2 +</pre> + +<p> +I tried out <a href='http://www.menuetos.org/'>Menuet</a> this evening. It's really cool. Make sure to try the 2.0 prerelease if you decide to give it a shot; it's got a lot more cool stuff. +</p> + +<p> +I've been trying to write Ruby bindings for <a href='http://freetype.sf.net/index2.html'>FreeType2</a>. I've gotten pretty far, but the bindings aren't quite done yet. You can see what I've got so far right <a href='/download/ft2-ruby-20021112.tar.gz'>here</a>. +I'm also thinking about writing bindings for the image processing library <a href='http://openil.sf.net/'>DevIL</a>, but I haven't started yet. +</p> + +<p> +I stumbled across a really cool graphics programming site called <a +href='http://www.flipcode.com/'>FlipCode</a>. It's got lots of +interesting graphics tutorials, engines, and demos. Finally, <a +href='http://www.moviepoopshoot.com/interviews/7.html'>here's</a> a really interesting interview with <a +href='http://us.imdb.com/Name?Garofalo,%20Janeane'>Janeane Garofalo</a>. +</p> + |