Welcome to the easiest introduction to game development with raylib in C++. If you're new to raylib, you're in the right place to start your journey. In this video, I will guide you through the installation process of raylib on your Windows computer and we are going to build a simple raylib project from scratch. We'll be using C++ with Visual Studio Code to develop a basic raylib program featuring a keyboard-controlled ball. The entire procedure is very easy and should take no more than 20 minutes.
- Double click on the main.code-workspace file. This will open the project in VS Code.
- From the Explorer Window of VS Code navigate to the src folder and double click on the main.cpp file.
- Press F5 on the keyboard to compile and run the program.
- Watch the video which explains every line of the code.
| 📺 My YouTube Channel
| 🌍 My Website |