/jumping-circle

Circle jumps on rubber ropes

Primary LanguagePythonMIT LicenseMIT

Bouncing circle

Circle is bouncing on rubber rope

Inspired by specification like

Simple Python 2D application with physic of colliding. Bouncing solid figure "circle" on "rubber rope with fixed ends" which is contained from few segments. The most persistent can do more complex example in 3D - jumping ball on trampoline. Usage of PyOpenGL will be more preferable.

Used resources

Prerequisites:

  • python
  • git clone https://github.com/dvordrova/jumping-circle
  • virtualenv + pip install -r requirements.txt or using pipenv
  • if glut not working

Run python3 ./main.py