Sdl2 game developement | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 25

Sdl2 game developement

While SDL2 " is written in C, works natively with C++, and there are bindings available for several other languages, including C# and Python." - https://www.libsdl.org/index.php This thread is mainly, for creating C++ games using SDL2

29th Jun 2017, 10:27 PM
Manual
Manual - avatar
14 Answers
+ 16
Github extension is also under Tools | Extensions and Updates in Visual Studio 2017 or via the install file
29th Jun 2017, 11:18 PM
jay
jay - avatar
+ 9
*LazyFoo also has SDL2 Tutorial: http://lazyfoo.net/tutorials/SDL/index.php
29th Jun 2017, 10:49 PM
jay
jay - avatar
+ 9
Wow these are so useful but I suck at C+-
20th Jul 2017, 4:29 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 8
Finite State Machine helps but is not "required" http://www.drdobbs.com/cpp/state-machine-design-in-c/184401236
29th Jun 2017, 10:39 PM
jay
jay - avatar
+ 7
Optional: - A GitHub account https://github.com/ - Visual Studio 2015 or newer GitHub plugin https://visualstudio.github.com/
29th Jun 2017, 11:09 PM
Manual
Manual - avatar
+ 7
@Jay How did you get the GitHub extension for VS? edit never mind I found it.
29th Jun 2017, 11:10 PM
Manual
Manual - avatar
29th Jun 2017, 10:37 PM
Manual
Manual - avatar
+ 6
To start you need... Simple Direct Layer (SDL) -SDL2 devel http://www.libsdl.org/download-2.0.php -SDL2_MIXER devel http://www.libsdl.org/projects/SDL_mixer/ and -SDL2_IMAGE devel http://www.libsdl.org/projects/SDL_image/
29th Jun 2017, 11:01 PM
Manual
Manual - avatar
+ 6
An SDL2 wrapper I created : https://github.com/Klevh/SANDAL2 It has doxygen documentation and a read me, but I am not sure it is what you wanted ^^
12th Jul 2017, 4:45 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
12th Apr 2018, 3:09 PM
Manual
Manual - avatar
+ 5
Itch.io post your games and download others! https://itch.io/games/free
21st Apr 2018, 4:13 PM
Manual
Manual - avatar
+ 4
@S Vengat I need to practice too. It is fine. There is plenty of time to improve.
20th Jul 2017, 4:55 AM
Manual
Manual - avatar
+ 4
The current SDL forum site for - questions - tips and more https://discourse.libsdl.org
6th Jan 2019, 9:32 AM
Manual
Manual - avatar