I'm trying to make a simple game that involves a physical simulation of electric charges and i was wondering if there was some sort of electrostatics simulation library for python, and if python is even fast enough to run something like that in real time (i'd be having a number of charged shapes with spline boundaries interacting/colliding in real time). I considered using python with a C library/module, but again i don't know of anything that would do the trick, even if i have to program it myself some sort of example code would be handy.
(i was planning on using python because i'm a relatively new programmer and its the only language that doesn't have all sorts of "amusing" quirks that drive me up the wall, after having been forced to do C and Fortran 95 in class this is a Good Thing(tm) :P)
Thanks for any thoughts/hints
(i was planning on using python because i'm a relatively new programmer and its the only language that doesn't have all sorts of "amusing" quirks that drive me up the wall, after having been forced to do C and Fortran 95 in class this is a Good Thing(tm) :P)
Thanks for any thoughts/hints
Comment