player-03
player-03
OpenFL, yes. And for the moment, I'm just using HTTP, because the data I'm sending doesn't necessarily need security. I'll keep trying to compile this, but maybe not until after...
It works! Thanks, hopewise. As for compiling hxssl (which I still want to do for the practice), I'm not sure where to find the header files in question. They aren't...
I used POST, and I tested the Flash, Windows, and Android targets.
I'm not sure I follow the part about not being able to inline getter calls. Other than the fact that you're using interfaces, which are obviously going to prevent it....
Wow, that was a rabbit hole. Geometric algebra certainly opens up options. I'd recommend linking to [this introductory article](https://marctenbosch.com/quaternions/) as documentation, in addition to or instead of the one you...
As long as there's talk of refactoring, is it ok if I rewrite the tests for [utest](https://github.com/haxe-utest/utest)? nanotest is ok but has a number of small flaws, such as not...
Ok, [I've switched to utest and put the actual/expected arguments in order](https://github.com/player-03/hxmath/tree/utest). That leaves naming/organization, which is harder to pin down. After one pass through the files, here are problems...
Metadata doesn't show up in tooltips. I'd put it in the comments instead. I see that hxmath has the convention that "apply" functions modify the object in-place, but that isn't...
> The real question is, is the API fixed at this point, or are breaking changes worth considering? Are you still thinking about this?
> But there is only one constructor. So one has to go back and forth between that and declarations to see which ones are initialized in it. The thing is,...