Re: Math Libraries (and vectors, matrices, etc)

2012-03-14 Thread David
Am 13.03.2012 21:34, schrieb Kiith-Sa: SciD is a scientific math library providing vectors/matrices of arbitrary sizes, but not useful at all for game development. See gl3n for a game-oriented vector/matrix library: https://bitbucket.org/dav1d/gl3n Also, AFAIK, Manu is working on what should

Math Libraries (and vectors, matrices, etc)

2012-03-13 Thread Chris Pons
Does D have a math library that defines, points, vectors and matrices including the appropriate functions(addition, dot product, cross product, etc)? I'm starting my next game and I would like to know what my options are. I plan on using SDL, I'm not exactly into OpenGL yet, since I'm new

Re: Math Libraries (and vectors, matrices, etc)

2012-03-13 Thread H. S. Teoh
On Tue, Mar 13, 2012 at 08:25:49PM +0100, Chris Pons wrote: Does D have a math library that defines, points, vectors and matrices including the appropriate functions(addition, dot product, cross product, etc)? I'd like to know too. I have a medium-sized D project in the works, but right now

Re: Math Libraries (and vectors, matrices, etc)

2012-03-13 Thread Dmitry Olshansky
On 14.03.2012 0:03, H. S. Teoh wrote: On Tue, Mar 13, 2012 at 08:25:49PM +0100, Chris Pons wrote: Does D have a math library that defines, points, vectors and matrices including the appropriate functions(addition, dot product, cross product, etc)? I'd like to know too. I have a medium-sized

Re: Math Libraries (and vectors, matrices, etc)

2012-03-13 Thread Chris Pons
Thanks, I'll take a look. I'm new, so I might need some help properly building this. I will post back if I have any problems. On Tuesday, 13 March 2012 at 20:06:13 UTC, Dmitry Olshansky wrote: On 14.03.2012 0:03, H. S. Teoh wrote: On Tue, Mar 13, 2012 at 08:25:49PM +0100, Chris Pons wrote:

Re: Math Libraries (and vectors, matrices, etc)

2012-03-13 Thread sclytrack
On 03/13/2012 09:06 PM, Dmitry Olshansky wrote: On 14.03.2012 0:03, H. S. Teoh wrote: On Tue, Mar 13, 2012 at 08:25:49PM +0100, Chris Pons wrote: Does D have a math library that defines, points, vectors and matrices including the appropriate functions(addition, dot product, cross product,

Re: Math Libraries (and vectors, matrices, etc)

2012-03-13 Thread Kiith-Sa
SciD is a scientific math library providing vectors/matrices of arbitrary sizes, but not useful at all for game development. See gl3n for a game-oriented vector/matrix library: https://bitbucket.org/dav1d/gl3n Also, AFAIK, Manu is working on what should end up being a Phobos module for

Re: Math Libraries (and vectors, matrices, etc)

2012-03-13 Thread sclytrack
On 03/13/2012 09:30 PM, sclytrack wrote: On 03/13/2012 09:06 PM, Dmitry Olshansky wrote: On 14.03.2012 0:03, H. S. Teoh wrote: On Tue, Mar 13, 2012 at 08:25:49PM +0100, Chris Pons wrote: Does D have a math library that defines, points, vectors and matrices including the appropriate

Re: Math Libraries (and vectors, matrices, etc)

2012-03-13 Thread Chris Pons
SciD looks nice, but it seems to be a bit too complicated for my use. Are there any other alternatives? On Tuesday, 13 March 2012 at 20:14:14 UTC, Chris Pons wrote: Thanks, I'll take a look. I'm new, so I might need some help properly building this. I will post back if I have any problems.

Re: Math Libraries (and vectors, matrices, etc)

2012-03-13 Thread Chris Pons
Oops, I didn't see the replies, after my last message. I'll check this out. Thanks! On Tuesday, 13 March 2012 at 20:34:54 UTC, Kiith-Sa wrote: SciD is a scientific math library providing vectors/matrices of arbitrary sizes, but not useful at all for game development. See gl3n for a