Philip Trettner

Results 8 comments of Philip Trettner

Urgs, I see what you mean. Yep I guess it can't be helped until we have a (far) more sophisticated way to tell them apart. Thanks for the fast response.

Thanks! You are totally right and I cannot believe it's been 3 years already. I'll try to update it soon or at least create a convenient process for PRs to...

Unfortunately, it is ambiguous how to implement that. if you have `M * new vec2(x,y)` it could be A: `M * new vec4(x,y,0,1)` (treating the vector as a point), or...

That's a good one, I think I'll add that. I don't want to be as close as possible to glm, it's more like the "glm spirit in C#". That means...

Sorry to answer this late, I missed the notification. GlmSharp currently requires C# 6 to build and thus VS2015. However, the NuGet version (i.e. the dll) works on older VS...

there is already a `"min-cpp"` key supported for projects, so it wouldn't be too hard to also add `"min-gcc"` and `"min-clang"`. (around line 632 of generate_jobs.py). I'll see if I...

I really dislike this for syntactical reasons but I agree that it has performance benefits. How about this idea: All those methods are implemented as Extension Methods inside a new...

Right that makes sense. Hm I have to think about it a bit more because I really don't like to clutter the interface unnecessarily.