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
- Host: GitHub
- URL: https://github.com/travisjeffery/clojure-fractal
- Owner: travisjeffery
- Created: 2011-12-19T01:40:02.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-29T01:29:30.000Z (about 14 years ago)
- Last Synced: 2025-02-27T08:20:55.202Z (11 months ago)
- Language: Clojure
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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