Skip to content

travisjeffery/clojure-fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-fractal

Small project for drawing Fractals with Clojure.

Usage

Run in your shell:

lein deps && lein install && lein repl

Run in your repl:

(use 'clojure-fractal.core)

(start fractal)

Draw Your Fractal

(draw fractal)

Export Your Fractal to Image File

(export fractal)

DONE

  1. (export fractal) to export an image of your fractal

TODO

  1. Pre-defined bits of functions that a non-mathematician can compose and put together to form their own formulae for their fractals

About

makin' fractals with clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published