Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numpy? #30

Open
BertrandBordage opened this issue Apr 6, 2013 · 4 comments
Open

Numpy? #30

BertrandBordage opened this issue Apr 6, 2013 · 4 comments

Comments

@BertrandBordage
Copy link
Collaborator

Can I use numpy to improve performances and terrain generation posibilities?
This adds a dependency, but I'm sure we will have to do it one day or another.

@embatbr
Copy link

embatbr commented Apr 6, 2013

It's a valid use. But Numpy isn't just the base? Shouldn't you use Scipy?

@boskee
Copy link
Owner

boskee commented Apr 6, 2013

I say go for it, can't see why not, especially since it's widely used.

@BertrandBordage
Copy link
Collaborator Author

My knowledge of Scipy is nearly null. What are you thinking about? I think we could use numpy at least to speedup position calculus. I'm currently trying to get rid of every "dx, dy, dz", "x + dx…" etc.

@embatbr
Copy link

embatbr commented Apr 6, 2013

I see. Mine too. In NumPy also. But what I know (or knew) is that NumPy is just a base of structure and SciPy work very good above it.

In facto I know nothing about the two.

@BertrandBordage BertrandBordage mentioned this issue Apr 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants