yes, eclipse + pydev, its not perfect, i might change to another one at some point.
I'm glad that you guys are jumping in!
Right now I'm slowly reading through the panda documentation so that I will know what is possible. Once I've done that, I'll try to decrypt the parts of the forest program I dont already understand, and test some theories on it, I'll try to comment everything for easy understanding on my way through. I think I'll then make a new project and copy things over as I get to them.
BTW: I made the perlin noise function 30x faster by judicious abuse of code (I will almost certainly convert it to c++ now I've seen how fast a simple hack to make just a little bit of it c++ goes) , check out the perlin package to see the result (theres a perlintestrun.py in there, run that) it happens to look cool while calculating too.
Last edited by finnbryant on Sun Feb 01, 2009 10:49 am, edited 1 time in total.
i found the least headaches were caused if i just installed panda and then setup the pythonpath manually (there were tutorials on google). point the pythonpath to pandas install of python.
Last edited by finnbryant on Sun Feb 01, 2009 8:22 pm, edited 1 time in total.
2.5 (.3) thats what comes with panda, panda wont like the newer versions, the python people changed too much.
as for ppython, im still not certain of how it works, but ppython is the one to use when running panda stuff and python for other things, but its different for linux, so im not sure whats going on there