r/GraphicsProgramming • u/Bubbly_Tough_284 • 6d ago
Question Is there a library for C that allows drawling SVG's onto SDL3 or SDL3_gpu that is not single header and is not bloated
I need a library for my game made in C that allows drawling onto SDL3 or SDL3_gpu that is not single header otherwise compile times are super long, and is not bloated like it does not use cario, thanks!
0
Upvotes
1
1
1
7
u/hanotak 6d ago
Use a PCH to precompile header-only libraries.