Discussion

SDL2 help

2

EnderCal1012 2023-01-10 22:56

I just downloaded SDL2 recently and want to know if anyone knows how to use it. If you can drop some commands or something that'll be helpful thanks.


Timo 2023-01-11 14:33

It's just a library for C or C++, so you have to program in these languages and include SDL2 to use its functions.


G-9 2023-01-12 10:10 (Edited)

are you using C or C++?


EnderCal1012 2023-01-17 22:35

I perfer C++ @G-9 but regular C will do if it's convenient.


G-9 2023-01-18 10:54

for regular C i would recommend raylib or SDL2, raylib because it's way more simple and complete.
for C++ there is the SFML library which is also very simple and complete (it doesn't support 3D tho.)


Log in to reply.