Dan Moody

Results 31 comments of Dan Moody

I've managed to come up with something in a testbed that works via macros. It's quite rough around the edges and it looks a little ugly but it does work....

[vector_swizzle_test.zip](https://github.com/dangmoody/HLML/files/9116765/vector_swizzle_test.zip) So I've attached a basic (and VERY incomplete) swizzle test project that contains 2 different ways of implementing this: one by using macros, and one by using templates. Both...

Hey, thanks for the thoughts. There are some great ideas here! =D Another wall of text incoming I'm afraid, but it's mostly good news: TLDR ------ You've basically solved all...

Wait, what am I thinking? I'll just make the auto-generator generate the code that the macros generating in that example. Duh! Ok, I'll get to work. =)

Ok, so I've currently got HLML generating two versions of the updated swizzles (both are attached below). One is swizzles as templates and the other is swizzles as just straight-up...

I really appreciate all the testing and exploration you're doing. Thank you very much for that. =) I'm working on #58 right now. Also, I noticed a comment you made...

Got the first draft of this submitted just now. I still need to add the write tests for the swizzles. I'll do that tomorrow. Compile times have increased a bit...

Any investigating you are able to do would be greatly appreciated. I appreciate you're doing this in your free time. =) The compile times on Clang wasn't affected too badly,...

Hey there! No worries. Welcome back. =D The archive above is still latest in the context of this, yes (there's also one for #59, also up to date). v2.1.2 was...

Hey there, I've made the discussion about namespaces [here](https://github.com/dangmoody/HLML/discussions/63) with my thoughts put down. If you want to give your thoughts/arguments/counter-arguments then please do. =)