adammaj1 / implodedcauliflower

Imploded cauliflower - is a Julia set for c=1/4+epsilon with epsilon >0. How many different ways are there to show such set ? ( program d.c creates 39 pgm images ). Here c = 0.35

Home Page:https://commons.wikimedia.org/wiki/Category:Imploded_cauliflower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imploded cauliflower - is a Julia set for c=1/4+epsilon with epsilon >0.

How many different ways are there to show such set ? ( program d.c creates 39 pgm images )

Here c = 0.35

Images

See:

dynamic plane = z plane

procedural texture

with boundaries

Normal shading

Inverted plane = w plane = 1/z plane

Normal shading

test images

Files

  • d.c - c console program for creating pgm images
  • i.c - c console program for testing functions from the main program (d.c file). Prints info about point z
  • g.sh - bash script for conversion ( from pgm to png ) and resizing ( downscalling) using Image Magic
  • a.txt - text output of d.c program

technical notes

Contributors

are wellcome

See als FF

License

GPL

Git

Githab:

GitLab uses:

Subdirectory

mkdir images
git add *.png
git mv  *.png ./images
git commit -m "move"
git push -u origin master

then link the images:

![](./images/n.png "description") 
git mv -f 

repo

For Github:

git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin git@github.com:adammaj1/implodedcauliflower.git
git push -u origin master

For Gilab:

cd existing_folder
git init
git remote add origin git@gitlab.com:adammajewski/implodedcauliflower.git
git add .
git commit -m "Initial commit"
git push -u origin master

To clone repo

From github:

git clone git@github.com:adammaj1/implodedcauliflower.git

From gitlab

git clone git@gitlab.com:adammajewski/implodedcauliflower.git

Local repo : ~/implodedcauliflower

About

Imploded cauliflower - is a Julia set for c=1/4+epsilon with epsilon >0. How many different ways are there to show such set ? ( program d.c creates 39 pgm images ). Here c = 0.35

https://commons.wikimedia.org/wiki/Category:Imploded_cauliflower

License:GNU General Public License v3.0


Languages

Language:C 98.9%Language:Shell 1.0%Language:Makefile 0.1%