Just a small trick I wanted to share. As I mentioned in my last post, I often launch the command-line via shortcut with a script (shell.bat
) that initialises the environment for working on a specific project. This shortcut is usually pinned to the start menu so I have easy access.
Tag: batch
SDL and VSCode
I recently took the time to set up a new VSCode project to work with SDL as a learning exercise. To do this, I adapted this LazyFoo tutorial for Visual Studio. The whole process probably took me an hour or so (less than it took me to write this blog post, sadly).
Let’s start off by looking at the project layout.