On 1/15/2012 1:42 PM, Walter Bright wrote:
A nice vector math library for D that puts us competitive will be a nice addition to Phobos.
The gl3n library might be something good to build on: https://bitbucket.org/dav1d/gl3nIt looks to be a continuation of the OMG library used by Deadlock, and is similar to the glm (http://glm.g-truc.net) c++ library which emulates glsl vector ops in software.
We'd need to ask if it can be re-licensed from MIT to Boost.
