An open API service indexing awesome lists of open source software.

https://github.com/travisjeffery/clojure-fractal

makin' fractals with clojure
https://github.com/travisjeffery/clojure-fractal

Last synced: 7 months ago
JSON representation

makin' fractals with clojure

Awesome Lists containing this project

README

          

# 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