Skip to content
/ draw Public

Drawing fractals (and perhaps other things too)

Notifications You must be signed in to change notification settings

dlight/draw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some experiments with fractals for a Haskell course on IMD-UFRN.

In src/Fractal.hs we build a fractal (which is an infinite tree), then turn it into an infinite list of line segments.

In app/Main.hs this list is consumed in an animation that builds the fractal piece by piece.

How to compile and run: install stack, then ./run

About

Drawing fractals (and perhaps other things too)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published