Short demos I made while learning
Mostly C programs made while learning some new libraries. All the work is done in Debian Linux. Not too specific about versions.
Draws a fractal tree.
Compile with
gcc -lm -lplot -o fractal_tree fractal_tree.c
Run with
./fractal_tree
Simulates a chaos game.
Compile with
gcc -lm -lplot -o chaos_game chaos_game.c
Run with
./chaos_game