项目作者: TralahM

项目描述 :
Koch Fractal is a simple algorithm which produces a snowflake from a triangle.
高级语言: C++
项目地址: git://github.com/TralahM/KochFractal.git
创建时间: 2020-06-04T03:39:52Z
项目社区:https://github.com/TralahM/KochFractal

开源协议:MIT License

下载


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

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

Using Make

  1. # In terminal do:
  2. $ make

Manually

  1. # In terminal do:
  2. $ g++ main.cpp -o kochfractal -lSDL2
  3. $ ./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