Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Singan | 3,129 | 5 months ago | 98 | other | Python | |||||
Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image" | ||||||||||
Meiwidgetview | 1,735 | 3 years ago | 1 | apache-2.0 | Java | |||||
🔥一款汇总了郭霖,鸿洋,以及自己平时收集的自定义控件集合库(小红书) | ||||||||||
Puppettest | 739 | 7 months ago | 1 | C# | ||||||
An experiment in procedural dance animation | ||||||||||
Sparticles | 166 | 4 months ago | 23 | December 20, 2021 | 8 | mpl-2.0 | JavaScript | |||
JavaScript Particles in Canvas ~~ Fast, Lightweight, High Performance. | ||||||||||
Transition.js | 163 | 2 | 8 years ago | April 07, 2015 | 2 | CSS | ||||
A simple and elegant single page transition library. | ||||||||||
Fluky | 135 | 2 | 3 years ago | 1 | November 14, 2018 | mit | Swift | |||
🎲 Loading based on random icons | ||||||||||
Hyperapp Fx | 113 | 1 | a year ago | 12 | January 18, 2021 | mit | JavaScript | |||
Effects for use with Hyperapp | ||||||||||
Pixchart | 110 | 13 hours ago | 1 | mit | JavaScript | |||||
Turn any image into delightful splash of colors and order | ||||||||||
Tp_arduino_digitalrain_anim | 96 | 3 months ago | mit | C++ | ||||||
Great animation effects from the movie Matrix can be easily shown on your display. | ||||||||||
Zerogravityanimation | 73 | 7 years ago | mit | Java | ||||||
This repositories contains some interesting plots and visualizations like :
Random Walk, Sierpinski Triangle, Animated Trajectory path (given its initial velocity and angle of inclination), Barnsley Fern, Golden Ratio, etc.
I will add more such plots, and I am also going to include their ipython notebooks for more better visualizations.
These scripts are written in Python 3 using matplotlib library. To run these scripts, fork the repository and clone and run these as: python script_name.py
For any suggestions or additions of similiar scripts, create a branch of yours or directly apply a pull request.
.
├── animated_path.py
├── draw_trajectories.py
├── examples
│ ├── ex_draw_trajectories.png
│ ├── ex_pattern_barnsley_fern.png
│ ├── ex_pattern_henon.png
│ ├── ex_pattern_sierpinski_triangle.png
│ ├── ex_random_walk1.png
│ ├── ex_random_walk2.png
│ └── ex_show_golden_ratio.png
├── LICENSE
├── pattern_barnsley_fern.py
├── pattern_henon.py
├── pattern_sierpinski_triangle.py
├── random_walk.py
├── README.md
└── show_golden_ratio.py
1 directory, 16 files