TralahM / KochFractal

Koch Fractal is a simple algorithm which produces a snowflake from a triangle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Documentation Status License: MIT Organization Views PRs Welcome GitHub pull-requests Language

KochFractal.

Koch Fractal is a simple algorithm which produces snowflake from a triangle. The concept behind this, is to break a line into two while leaving one third of the space between them where we fit two more lines forming an equilateral triangle without the base. This process is, then repeated to all lines again and again!

KochDemo

TralahTek TralahM TralahM

Documentation

Documentation

Building the Program

# In terminal do:
$  git clone https://github.com/TralahM/KochFractal.git
$  cd KochFractal

Using Make

# In terminal do:
$  make

Manually

# In terminal do:
$ g++ main.cpp -o kochfractal -lSDL2
$ ./kochfractal

Output

KochOutput

Contributing

See the Contributing File

See the Pull Request File

Support

LICENCE

Read the license here

Self-Promotion

TralahM TralahM TralahM TralahM Blog TralahTek

About

Koch Fractal is a simple algorithm which produces a snowflake from a triangle.

License:MIT License


Languages

Language:C++ 96.0%Language:Makefile 4.0%