google / mathfu

C++ math library developed primarily for games focused on simplicity and efficiency.

Home Page:http://google.github.io/mathfu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't support iOS

geppy opened this issue · comments

commented

Is iOS support planned? If not, would you accept a PR adding iOS support?

We're happy to take PRs for iOS support. I would love to see what you mean
in particular. Is this just a project change, are there issues with some
of vectorial's intrinsics? If it's changes to vectorial (
https://github.com/scoopr/vectorial) then it's probably better to send the
PR over there and we'll merge the change. If it's Xcode projects for iOS,
it would be great to know what you're thinking since there are potentially
a lot of built targets that need to be maintained for all of our test cases.

Cheers,
Stewart

On Thu, Feb 26, 2015 at 4:33 PM, Brian Geppert notifications@github.com
wrote:

Is iOS support planned? If not, would you accept a PR adding iOS support?


Reply to this email directly or view it on GitHub
#4.

commented

MathFu is a header only library. Our tests only run on desktop platforms
and Android purely because we don't have build files for iOS. Try pulling
the headers into a project .. I'm fairly sure it will work ;)

On Thu, Feb 26, 2015 at 5:06 PM, Brian Geppert notifications@github.com
wrote:

Honestly, I'm not sure what I mean. I just saw that iOS wasn't on the list
of supported platforms. I'm not supporting iOS yet, so I haven't had a
chance to figure out what's needed (if anything).

Cheers,
Brian


Reply to this email directly or view it on GitHub
#4 (comment).

commented