behrouzz / motion

Simulation of non-uniform motion on surface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author: Behrouz Safari

Non-Uniform Motion on the Surface

Example:

from motion import Simulation

file = "02.jpg"
#func = lambda x: 1 / (x**5)
func = None

s = Simulation(file=file, func=func)
s.run()
s.play()

About

Simulation of non-uniform motion on surface


Languages

Language:Python 100.0%