Re: [warzone2100-dev] adding a linear algebra library

2011-05-26 Thread buginator
On 5/19/11, Safety0ff @gmail.com wrote: On 19/05/11 05:41 AM, Per Inge Mathisen wrote: I am, but I think we should use the recently released Eigen 3, which is still not much supported on linux distros. Not sure if that means we should inline it in our own distribution for a while. By the time

Re: [warzone2100-dev] adding a linear algebra library

2011-05-19 Thread Safety0ff
On 19/05/11 05:41 AM, Per Inge Mathisen wrote: I am, but I think we should use the recently released Eigen 3, which is still not much supported on linux distros. Not sure if that means we should inline it in our own distribution for a while. By the time master is stable for release, Eigen 3

Re: [warzone2100-dev] adding a linear algebra library

2011-05-17 Thread Safety0ff
Is everyone still on board with this? ___ Warzone-dev mailing list Warzone-dev@gna.org https://mail.gna.org/listinfo/warzone-dev

[warzone2100-dev] adding a linear algebra library

2010-09-20 Thread Giel van Schijndel
Hi all, I would like to propse to add a linear algebra library as a dependency to Warzone. One library I have in mind (and have had good experience with in the past) is Eigen [1]. Having a linear algebra library will eventually be required to be able to reimplement OpenGL's matrix math (which