/* Automatically generated from README, via Makefile */ char readme[] = "Dancing Particules v 0.6\n" "\n" "Copyright (C) 2002-2004 Pierre Tardy\n" "\n" "some code based on:\n" "\n" " * Bezier Plugin\n" " * Copyright (C) 1999 Rick Haines\n" "\n" " * Blursk - visualization plugin for XMMS\n" " * Copyright (C) 1999 Steve Kirkendall\n" "\n" "\n" "This plugin makes particles dance..\n" "\n" "Each particles is linked to the center with a rubber band:\n" " f = - k * (l-l0) \n" "\n" "and has an interaction force with each other particles:\n" " f = ag * (part[i]-part[j])\n" " ---------------------\n" " (part[i]-part[j])^3\n" "\n" "Whearas this plugin is highly configurable, there is no\n" "configuration dialog.\n" "The configuration is a set of parameter you can edit\n" "in parameters.cc\n" "\n" "the plugin can load .epic file made by xfig:\n" "(export \"Latex Picture +epic macro\")\n" "\n" "\n" "TODO:\n" "Still many hard coded parameters..\n" "Still lot of dirty code..\n" "\n" "\n" "HISTORY:\n" "v0.6\n" "You can now affect an effect to a key. see the 'Key' option in config file.\n" "Corrected a silly bug with i18n.\n" "\n" "v0.5\n" "Better beat recognition (more reactive to the music)\n" "added some missing headers (they are default on mdk)\n" "font support (display the title on song changes)\n" "you can change font.pfb (the one in the tarball is NinbusMonL-Regu)\n" "\n" "\n" "v0.4\n" "Added configuration files, plus some parameters\n" "Can animate lots of particles\n" "Fixed some bugs..\n" "\n" "v0.3 Started the glut port (for the test bin)\n" " All the code has \n for endl\n" " cleaner code\n" "\n" "v0.2 Added texture and alpha blending \n" "v0.1 initial Version\n" ;