UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. archie3d
    3. Posts
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: SDL3 and GLES

      Thanks,@developerbayman, This is exactly what I am doing, and as I've said clickable desktop runs just fine. I've checked your ppsspp code (thanks for that), which is using SDL2 from ubuntu-sdk-20.04. I've tried SDL2 from clickable 8.8.0 template (clickable create SDL app, I suppose it uses sdk-24.04 now, then override SDL3 with SDL2) and it does not want to create EGL context. Do you know the exact version of SDL2 used in your psp port?

      posted in App Development
      A
      archie3d
    • SDL3 and GLES

      Hello,
      Does anyone have a working example of SDL3 and GLES usage?
      I am trying to extend a clickable default SDL template by creating renderer with SDL_WINDOW_OPENGL and SDL_GL_CONTEXT_PROFILE_ES profile mask, but it either crashes or does not render anything (when I try to load the library explicitly with SDL_GL_LoadLibrary("libGLESv2.so")). Also tried with SDL2 - same story. clickable desktop runs fine though...
      Thanks.

      posted in App Development
      A
      archie3d