SDL3 Open Gl
Any resources for this and any libs I should be using in conjunction? Thanks
Or should I just bite the bullet and use sdlgpu
Any resources for this and any libs I should be using in conjunction? Thanks
Or should I just bite the bullet and use sdlgpu
I am a relatively new c++ programmer : I use sdl3, cmake and linux ; i'd like to know how I may venture into graphics programming with opengl?: I tried link freeglew with cmake and it didn't work. Is there are other cross platform opengl libraries I can link with Cmake ? Thank you
Or alternatively maybe im being doltish and missing something, does sdl3 provide access to using opengl?
Thanks!
Hello, this is my first time posting on reddit (to my dismay) and I was having difficulty finding the 'logical' position for my mouse ; when my screen is in it's normal state all is well but when I stretch it the screen cordinates get a bit wonky; is there any native SDL3 fix for this [I thought relativemousestate would work but it didn't]. If this corelates any i'm on linux using c++ and i'm relatively new to coding. Many thanks!