您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
JD Cantrell 7b219c4600
Hey I found some old code
7 年前
..
README Hey I found some old code 7 年前
bspline-hack.c Hey I found some old code 7 年前
bspline-hack.xml Hey I found some old code 7 年前
makefile.in.patch Hey I found some old code 7 年前
particle.xpm Hey I found some old code 7 年前

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.