Hello guys !
I’m trying to learn Zig, it’s not my first project on it but i have got some difficulties with sdl.
I come from Javascript so a system language is very difficult for me to understand some concepts.
I want to integrate SDL2 binaries, i have the local framework named SDL2.framework, i have linked the framework in my build and now i’m trying to cImport it on my main.zig but i got the error “file not found”, i have tried many many path before coming here but no success. If someone can help me please.
There is my github project : GitHub - anonymze/zig-sdl
Ano.