thi-ng / umbrella

⛱ Broadly scoped ecosystem & mono-repository of 199 TypeScript projects (and ~180 examples) for general purpose, functional, data driven development
https://thi.ng
Apache License 2.0
3.41k stars 151 forks source link

[shader-ast] Missing matrix types #439

Open sylee957 opened 10 months ago

sylee957 commented 10 months ago

The matrix types are missing, especially implementing the rectangular ones could be involved due to the shape checking, but could be useful.

mat2x2
mat2x3
mat2x4
mat3x2
mat3x3
mat3x4
mat4x2
mat4x3
mat4x4
postspectacular commented 10 months ago

They're still missing since I've got limited bandwidth and not had any need for either of them so far (apart from mat2x3 which I thought would be there...) Happy to accept PRs, if you feel so inclined! 😉