Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
JD Cantrell 7b219c4600
Hey I found some old code
pirms 7 gadiem
..
README Hey I found some old code pirms 7 gadiem
bspline-hack.c Hey I found some old code pirms 7 gadiem
bspline-hack.xml Hey I found some old code pirms 7 gadiem
makefile.in.patch Hey I found some old code pirms 7 gadiem
particle.xpm Hey I found some old code pirms 7 gadiem

README

bspline-hack by John Cantrell


bspline-hack is an xscreensaver hack that draws b-splines in motion.

Maybe one day this will be included in xscreensaver, but until then:

To compile:
tar -xzvf xscreensaver-4.xx.tar.gz
tar -xzvf bspline-hack

cp bspline-hack.c xscreensaver/hacks/glx
cp bspline-hack.config xscreensaver/hacks/config
cp particle.xpm xscreensaver/hacks/images
cp makefile.in.patch xscreensaver/hacks/glx

patch ./Makefile.in ./makefile.in.patch
cd ../..
./configure
make

and finally

make install

This has been tested with xscreensaver-4.18 hopefully it will work with
other versions but I have not personally tested this.

Notes:
Try a high level of curviness with -points, it looks pretty neat.

Well that is all and I hope you enjoy this simple program.