π¨ This project is created with educational and artistic purpose.
For the reason that this project is done with python, please make sure you have python3 in your system.
- It's require pygame only, so if you don't mind just install it then run:
pip install pygame
- If you want to play with virtual environments, you're welcome (I saved your time)
# π In this repository folder
# π§ or π
python3 -m venv env
source tutorial-env/bin/activate
pip3 install -r requirements.txt
# Windows
python -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
π Just go to any directory of artwork that you like and run:
# π§ or π
python3 main.py
# Windows
python main.py
π Ellipse idea come from this video about "Feynman's Lost Lecture"
π€ Lissajous Curve, for more information, check out Wikipedia
β Rain is showing pixel art style rain effect
π Wave interference coding after the time I just done the National High School Graduation Examination. This is something that I can visualize from physics books.
π΄ Recursive Tree just the meaning of it's name, more in Wikipedia.