Skip to content

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

License

Notifications You must be signed in to change notification settings

adammaj1/implodedcauliflower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages