I want to programm an easy visualisation of wave propagation. I tried this with visual python (VPython) but the programm is very slow. I want to use a 2-D visualisation now. Which module could you recommend? Tkinter? Matplotlib?
For the computation i use numpy/scipy because it is fast. Thanks in advance.
EDIT: Do you think matplotlib is a good choice? It looks very strong.
EDIT: I really get stuck. Please help me!
pygameitself usesnumpyby default. Convertingpygame-waterfromNumerictonumpymight be as simple as:s/from Numeric import/from numpy import/. – J.F. Sebastian Feb 17 '10 at 20:41