Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 469 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 469 Bytes

Raylib C++ vscode template (any platform)

Includes:

  • Support for storing scripts inside a src folder, including support for subfolders
  • Premade main.cpp file that sets the window size, a basic gameloop and opens the window
  • Makefile
  • VSCode workspace

Steps:

  1. Either create a new repository off of this as a template OR download the files
  2. Open the files from the vscode workspace
  3. Press F5 to run

Built off of gamedev.tv raylib course template