Converting Radiohead’s HOUSE OF CARDS laser data to X3D

An updated and renamed version of the script can now be found on GoogleCode:

http://code.google.com/p/hoc-csv2x3d/

Here’s a little Python script for converting Radiohead’s 3D laser data into an X3D file. The script creates an animated X3D version of the video data, which can …

Moving the django-audioplayer from a private SVN to Google Code

The Django template tag for integrating a Flash based mp3 audioplayer was renamed to django-audioplayer and is now hosted at Google Code.

Furthermore the new version 0.2.2 is now compatible with the latest autoescape feature in Django svn trunk (tested with0.97-pre-SVN-6977):

  • The inserted code is now marked …

A Django template tag for integrating a Flash based mp3 audioplayer


A Django application for integrating a Flash based mp3 audioplayer into templates using a custom template tag. It uses the flashplayer from 1pixelout and can be easily customized by template parameters.

Download

The audioplayer app is only available as a tarball. It contains the Django application and the flashplayer from …