ArkhamKnightXD / raylib-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raylib-CPP-Starter-Template-for-VSCODE-V2

Raylib C++ Starter Template for Visual Studio Code on Windows. This demo project contains a bouncing ball raylib example program. It works with raylib version 4.5. Tested on both Windows 10 and Windows 11.

How to use this template

  1. Double click on the main.code-workspace file. This will open the template in VS Code.
  2. From the Explorer Window of VS Code navigate to the src folder and double click on the main.cpp file.
  3. Press F5 on the keyboard to compile and run the program.

What's changed

The template now uses folders for better organizion of the files. So, all the source code now lives in the src folder.

Video Tutorial

🎥 Video Tutorial on YouTube



| 📺 My YouTube Channel | 🌍 My Website |

About


Languages

Language:Makefile 78.4%Language:C++ 21.6%