Skip to content

Commit

Permalink
Merge pull request #1247 from MrNesli/face_x
Browse files Browse the repository at this point in the history
Implement heart particles filter
  • Loading branch information
akshitagupta15june committed Oct 14, 2022
2 parents 3ad096a + efe08fa commit a7e521c
Show file tree
Hide file tree
Showing 6 changed files with 33,622 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Motion-Animation-Filters/heart_particles_filter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Heart particles filter.
Works for multiple faces.
You can also customize spawn rate, particles speed, particles limit, etc. in main.py file


Install all requirements:

$ pip install -r requirements.txt

And then

$ python3 main.py

P.S. All code is documented in main.py

Heart Particles Filter Output:


![](output.png)

Loading

0 comments on commit a7e521c

Please sign in to comment.