Skip to content

madz-mit/ShortProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ShortProjects

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.

1. GNU Plotutils

1.1 fractal_tree.c

Draws a fractal tree.

Compile with

gcc -lm -lplot -o fractal_tree fractal_tree.c

Run with

./fractal_tree

1.2 chaos_game.c

Simulates a chaos game.

Compile with

gcc -lm -lplot -o chaos_game chaos_game.c

Run with

./chaos_game

About

Short demos I made while learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages