siniarskimar / zentura

DIY code editor
Apache License 2.0
1 stars 0 forks source link

Replace VulkanMemoryAllocator with in-house built allocator #41

Open siniarskimar opened 2 months ago

siniarskimar commented 2 months ago

~~Using AMD's VMA library would be a hassle since it's written in C++ and doesn't expose a C interface.~~

~~There are Zig bindings for it but they don't seem to be up-to-date. I should try to write my own memory allocator and compare it with AMD's abstraction.~~

siniarskimar commented 2 months ago

135b900 VMA uses as a dependency

Once Zentura is somewhat stable, I should try to write my own in-house allocator as to remove dependency on libc++ ewww..