filmov
tv
Simple 2D Physics Engine in Python 3 Turtle Graphics - Part 1

Показать описание
How to build a very simple 2D physics engine using Python 3 and turtle graphics. For simplicity, the physics we model here are limited to the position and velocity of circles drawn on the screen. Eventually we will get to elastic collisions with the boundary.