TheScienceOfCode / discussions

The Science of Code Discussions
0 stars 0 forks source link

sdl-vscode-c-cpp-debug/ #4

Open utterances-bot opened 5 days ago

utterances-bot commented 5 days ago

SDL on VSCode with C/C++

This practical guide shows a complete setup to configure VSCode for videogame programming with SDL2 and C/C++. Installation of additional libraries such as SDL Image, SDL Mixer and SDL TTF is also covered by this tutorial.

https://thescienceofcode.com/sdl-vscode-c-cpp-debug/

HassanChobaki24 commented 5 days ago

Please extract the part where you mentioned sdl files in the path c:\sdl2. What to do with duplicate files? For example, there is a bin folder in the mixer, but when extracting, it is mixed with another bin folder.

dacanizares commented 4 days ago

Hi @HassanChobaki24 !

Just merge those folders. In the end, for example, your c:\sdl2\bin should contain:

Happy coding!