On Tue, May 31, 2011 at 8:21 AM, Max P <[email protected]> wrote:
> Hi, > I'm playing arround with particle systems and just wanted to display > some of the pre-defined systems. They were only working, after > installing the numpy package. So my question now is, if a numpy > installation is a fundamental requirement to make use of the cocos2d > particles, because it's not mentioned in the requirements. > > Thx! Max > > Yes, Numpy is required for particles. The other only functionality that requires Numpy is SDL audio. I think the intention of not listing Numpy as a dependency for the setuptools installation is to allow new users to have a look at most of cocos functionality without the need to install a fat package like Numpy But yes, the readme and documentation should mention that. I opened issue 166 and will correct that. -- claudio -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en.
