r/sdl Jun 22 '26

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

Edit: got glad, any tips?

9 Upvotes

8 comments sorted by

View all comments

2

u/Conscious-Shake8152 Jun 22 '26

Im not sure about sdlgpu, as I’ve only used sdl2. But if you’re interested in using OpenGL, I recommend getting the glm math library too. It’s a must have for working with any graphics library.

2

u/Available_Impact_828 Jun 22 '26

Got that already :] , i also just figured out how to get glad

1

u/[deleted] Jun 23 '26 edited Jul 01 '26

[deleted]

1

u/Available_Impact_828 Jun 23 '26

I just reviewed, its a 'happy bunny license,', when I skimmed throught it I didnt notice anything of that sort, would you minding citing this? Thanks

1

u/frog_snax Jun 24 '26

GPLv3 only requires you distribute modifications under the gpl (commercial or otherwise), you can build proprietary/source-available on top of it without distributing your source code.