KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
fractals
★ 13
Open GitHub ↗
Fractals
Download README (.md)
Explore Similar Repositories
thumb
:
Time and Attendance App for ERPNext
LYJSwiftDemo
:
平时开发写的一些小控件 swift版本
miteFinder
:
No description available.
robopon
:
Robot Poncots (ロボポン) Sun and Star (Japanese)
terraform-vpc
:
Modular Terraform repository to provision a multi-tier VPC in AWS
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fractals
?
Download (.md)
# Fractals Fractals drawn using Raphael JS. [Fractals Page](https://aberke.github.io/fractals/) * [Sierpinski Triangle](https://github.com/aberke/fractals/blob/master/js/sierpinski-triangle.js) * [Sierpinski Arrowhead Curve](https://github.com/aberke/fractals/blob/master/js/sierpinski-arrowhead-curve.js) * [Pythagoras Tree](https://github.com/aberke/fractals/blob/master/js/pythagoras-tree.js) ## Can I add some more fractals? * Yes - Pull requests welcome! ### Why? I love fractals. I also love math and am working on a <a target="_blank" href="https://github.com/aberke/coloring-book">coloring book (github.com/aberke/coloring-book)</a> that teaches its audience <a target="_blank" href="https://en.wikipedia.org/wiki/Group_theory">group theory</a>, 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`