HLML
HLML copied to clipboard
Auto-generated maths library for C and C++ based on HLSL/Cg
Will mean I need to rename `float4x4_rotate` to `float4x4_rotate_angle_axis`.
Hi! Thanks for the great lib. Just trying to compile some HLSL code, stumbled upon this one.
One of the main issues trying to compile a couple of generic HLSL functions with HLML was swizzling. https://github.com/redorav/hlslpp has a templated solution to this and it looks like a...
Had a look through this part of the library not long ago and I think we can optimise some of those functions.
Sometimes in the tests you'll see a test (float4x4_caddv, for instance) take 0.5 microseconds in one test, and then 10 microseconds in the next one. It would be good to...
Every time I need a script I have to write it twice: Once for Batch, and again for Bash. This is annoying and not that easy to maintain. I need...
I've been thinking about this a bit. Would this even be worth it? It could be a fair amount of work to even know whether or not this is worth...
We could do with tests for the following: * constructor tests for each different constructor for vectors and matrices * assignment operator tests * array access operators
Machines with ARM ISAs are becoming more present so it's probably a good idea to make HLML support it. Not sure how much work this will be but hopefully it's...