25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.