"Physics_Sim_Py" is a tutorial of physics simulations with Python.
You can learn how to making cute physics simulations (looks retro game).
This animation is a "Cat playing on trampoline"! You can get basic skills for making physics simulations.
Physics_Sim_Py used pyxel only.
import pyxel
Pyxel is a retro game engine for Python. You can feel free to enjoy making pixel art style physics simulations.
Environments under Anaconda for Windows is tested.
conda create -n pyxel pip python=3.6 Anaconda
activate pyxel
Install Pyxel with pip command.
pip install pyxel
Please create python code named "demo.py". And copy & paste Day4 tutorial code.
Run "demo.py"
python demo.py
I don't test environments under Linux and Mac.
"Physics_Sim_Py" is under MIT license.
Enjoy making cute physics simulations!
Thank you!