Nic Barker
Nic Barker
@Jannes1000Orks that's a great idea, and it's definitely something I'm planning to put in. If this was a C only lib, I would provide it as a define, but given...
Wow this looks so cool! Thank you for this contribution, I'll try to get it running on my machine and let you know how it goes 😁
I finally had a chance to test this locally on my machine, and it looks so amazing. Thank you so much for all the hard work here! I'm happy to...
I did have to make one tiny change which was just bumping the `CMakeLists.txt` C version to C11 for the unicode literal support with `U'`.
Thanks for the heads up, I'll fix this up now 🙂
Should be fixed up here: https://github.com/nicbarker/clay/commit/7874cdb085afedece20e30348e812944a5281706 Please let me know if you find any other issues!
Thanks for opening this issue - this is something that I've thought about before. It's possible that we could investigate allowing the user to provide some allocator interface (e.g. function...
@LorisSigrist Sorry to hear that, would you be able to try using [Clay_SetMaxElementCount](https://github.com/nicbarker/clay?tab=readme-ov-file#clay_setmaxelementcount)? By default it's set to 8192 which is likely 10x more elements than you would need for...
This is a really interesting idea, do you have a particular approach in mind that you're envisioning?