incanus77 6 months ago

No, SDL provides a window/context in the existing windowing layer.

  • jpc0 6 months ago

    SDL does not need a windowing layer... There might be better docs somewhere but this should act as enough proof for you without linking directly to the source code.

    https://wiki.libsdl.org/SDL2/SDL_HINT_KMSDRM_REQUIRE_DRM_MAS...

    • incanus77 6 months ago

      Thank you, I stand corrected! I had used it in the windowing sense and didn’t recall the other option!

  • bregma 6 months ago

    SDL can provide a context in the native windowing system, if you ask it to. Or not. You have to ask for it though, it's not the default.

  • synergy20 6 months ago

    I think sdl works directly with fb when using fb as a backend,no windows system is needed