Skip to content

Instantly share code, notes, and snippets.

@ryukinix
Last active July 19, 2020 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryukinix/b9f332c8ec47603ee3b8c126e71ac957 to your computer and use it in GitHub Desktop.
Save ryukinix/b9f332c8ec47603ee3b8c126e71ac957 to your computer and use it in GitHub Desktop.
Log from gamedev@freenode.net about C++/SDL2 guide
<lerax> hey, can someone point to me a good and fresh SDL2 + C++ guide? I only
know from lazy foo. Is there something better?
<pulse> lazyfoo gives you most of what you need tho [07:47]
<pulse> when i was learning SDL i just went through each tutorial, making my
own source as i went [07:50]
<pulse> and now i have all those examples in an executable format with a clear
source along with it [07:51]
<pulse> so i'd recommend just doing that
<pulse> the good thing about those tutorials is that every one of them is
concise and gets straight to the point
<pulse> i don't know of any better resource personally [07:52]
<lerax> Thank you for sharing your experience, pulse! It's valuable to
me. I'll consider that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment