Eelco Hoogendoorn
Eelco Hoogendoorn
Sorry; I gave it 10 minutes but I cannot figure out what it is you intend to achieve. Conceptually, what does the matrix m represent?
Ah yes; thanks for the headsup!
Thanks for the input. Havnt done maintenance on this repo in ages, but I might find some time for it in the coming week. Looks indeed like a legit bug....
By far the most important category is missing from this list I feel; and that is first-class two way python bindings. The ability of python to easily (relatively, for the...
Of course it is doable; both Python and nim are Turing complete. But without having the time to put in the work to make these into feature complete mature solutions...
Hi brentp; Thats looking pretty cool indeed! Note that I am not trying to take a jab at plotting in nim specifically, but trying to make a point about the...
Just replacing the /geometry/, r3.py and quat_affine.py math functions with GA equivalents should not have to be a lot of work, come to think of it, as long as the...
Note that the current JAX backend only implements array-of-struct memory layout multivectors. Adding support for struct-of-array should not be hard at all; the thing im still trying to wrap my...
@Augustin-Zidek I see youve been working on a lot of this part of the codebase; would you be able to comment on the above questions concerning SOA-vs-AOS?
What ive hacked into my dev branch is to just add a parameter for the number of augmentations to the collate mechanism; and just work with the tuple that is...