redorav / hlslpp

Math library using HLSL syntax with multiplatform SIMD support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare with similar libraries

Xottab-DUTY opened this issue · comments

It wll be reasonable to compare this library with similar libraries, such as glm and hlml

Will be interesting to see something like a table of hlslpp vs glm vs hlml features

Hi @Xottab-DUTY, thanks for your suggestion, I took a look at hlml as I hadn't heard of it, thanks for the heads up.

It makes sense to do a table, perhaps to highlight what hlsl++ wants to be and where its strengths lie. It certainly cannot compete with the fantastic glm in many aspects but it caters to a specific group of people who not only want a familiar syntax but also a lean no-extras include-only few-templates sort of approach.

I'll give it some thought and come back to it. Thanks!