Atticus

Results 4 issues of Atticus

-- The C compiler identification is **AppleClang 13.1.6.13160021** I'm also using `dsymutil` to extract the debug symbols. The `lldb` debugger is able to retrieve call stack information. The only way...

Would like to also have the ability to define a custom memory allocator as we do for free and copy functions.

I managed to draw some 2d texture using sokol_gl default pipeline, but now I want to test the exact same thing by creating my own pipeline. What I don't understand...

sokol-gl

### Issue description When building raylib with SDL2 as backend I faced 2 issues: 1. The `InitPlatform()` method calls `SDL_Init(SDL_INIT_EVERYTHING)` which results in some SDL2 fatal [exceptions](https://stackoverflow.com/questions/58983341/addinstanceforfactory-halc-shelldriverplugin-errors-when-using-sdl2-with-xcode), which I cannot...

platform: macOS