Skip to content

aberke/fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractals

Fractals drawn using Raphael JS.

Fractals Page

Can I add some more fractals?

  • Yes - Pull requests welcome!

Why?

I love fractals. I also love math and am working on a coloring book (github.com/aberke/coloring-book) that teaches its audience group theory, and needed to draw some fractals in javascript. It was harder than I thought, and led down a rabbit hole that seemed worthy of a webpage. I wanted to be able to share the javascript code I wrote so that others did not later have the same troubles as I.

Development

Setting up development:

  • Clone repo
  • Install dev dependencies $ npm install

Lint Javascript with gulp:

  • $ gulp lint