You are viewing a single comment's thread from:

RE: An Infectious Agent Simulation in PyGame

in #vaccine8 years ago

I could check it out and try the implementation though I am unsure about pygame in its ability to handle the 3rd dimension. I mean python already does O(nlogn) algorithms as O(n2)

So I will definitely look into it but it might take a little longer to implement this into 3d (for application) than it did for 2d

Sort:  

I mean a 2d torus (S x S). By identifying the opposite edges on a square you can create a torus.

Yes but it would be prettier to look at if it was a complete torus, as well I can just write it in C++ and have it work a lot faster