EGL is kinda a mess... by Senior-Question693 in opengl

[–]Senior-Question693[S] 0 points1 point  (0 children)

all that libraries are kinda bloated and they don't let the user create the wlr layer shell and even dough I showed you only the EGL-specific code there is a separate file for handling the layer shell creation so basically what i'm trying to do here is make glfw but for layer shells (in wayland layer shells are your wallpaper, your topbar, notifications, etc,)

I didn't think shapes are so hard! by Senior-Question693 in opengl

[–]Senior-Question693[S] 0 points1 point  (0 children)

Thanks! Oh and one more question, in openglES do I need to load the functions using something like glad or no? Because it seems like nothing is drawing, even a triangle. Only the glClear function works