fractal/COMMANDS

21 lines
722 B
Plaintext

rm -f fun.h &&
make CFLAGS= fun-gen &&
./fun-gen -- 4 3 -1 0 0 0 2 -2 0 1 0 &&
make CFLAGS= &&
./fractal -- julia -x 0.8 -y 0.072 >julia.pnm
rm -f fun.h &&
make CFLAGS= fun-gen &&
./fun-gen -- 5 2 1.001 0 0 0 0 -1 1 -1 0 &&
make CFLAGS= &&
./fractal -- julia -n 10000 -a -1 -z 40 >julia.pnm
rm -f fun.h &&
make CFLAGS= fun-gen &&
./fun-gen -- 5 3 1 0.1 -1 0.1 -1 0 -1 -1 0 -1 >fun.h &&
make CFLAGS= &&
./fractal -s 1583717550 -- julia -x -0.12 -a 0.55 -b 0.5 -z 10 -d 10 -Ll 150 >julia.pnm
rm -f fun.h &&
make CFLAGS= fun-gen &&
./fun-gen -n -- 3 2 3 -1 1 >fun.h &&
make CFLAGS= &&
./fractal -s 1583614869 -- julia -a -0.5 -z 10 -c 0 -d 0 -Ll 150 >julia.pnm