glmpython
glmpython copied to clipboard
errors when compiling against glm
i get the following errors when installing glmpython against current glm master branch: https://gist.github.com/elliotwoods/68caea5535584d71ec976ab07414d72b
considering the the permissive license of glm, i'd suggest either:
- packaging the suggested version of glm with this repo
- setup.py can pull the correct version of glm for when you're building glmpython
Looks like they've added types named the same as in this library. I've just committed a simple fix via namespacing. Let me know if that resolves the issues.