Arenas, strings and Scuffed Templates in C
A video made to highlight some strategies and tips for making using C easier
Discord: https://discord.gg/8rtYjQkqDF
Relevant Links:
Arenas:
https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator
https://www.gingerbill.org/article/2019/02/08/memory-allocation-strategies-002/
Base Layer Series: https://www.youtube.com/@Mr4thProgramming
My Data Structure Implementations:
(Completely standalone if you remove the stabletable section)
https://github.com/PixelRifts/c-codebase/blob/master/source/base/ds.h
Metaprogramming article by ryan fleury:
https://www.rfleury.com/p/table-driven-code-generation
#MadeWithMotionCanvas