How to install raylib with C++ on Windows and use it with Visual Studio Code
In this video I am going to show you how to install raylib on your windows computer and use it with C++ and Visual Studio Code. The procedure is very easy and it won’t take us more than 5 minutes.
📝 Visual Studio Code: https://code.visualstudio.com/download
📚 Raylib library: https://www.raylib.com/
🚀 Starter Template: https://github.com/educ8s/Raylib-CPP-...
🆕Starter Template v2: https://github.com/educ8s/Raylib-CPP-...
Previous Tutorials (Watch in the following order)
💡 raylib 101: • Get Started in raylib in 20 minutes!
🏓 Pong Tutorial: • 🔥Pong Game with C++ and Raylib - Beginner ...
🐍 Snake Tutorial: • C++ Snake game using raylib - Beginner Tut...
🦠 Game of Life Tutorial: • Conway's Game of Life tutorial in C++ & ra...
🧱 Tetris Tutorial: • Creating Tetris in C++ with raylib - Begin...
👾 Space Invaders: • C++ Space Invaders Tutorial with raylib - ...
0:00 Intro
0:16 Install Visual Studio Code
0:40 Install the C/C++ extension VS code
1:09 Install the raylib library
2:04 Download the Starter Template Project
2:45 Open & Run the project