From 7387b8cf6d7d9a66c63d376ed8419ed3a3de84f0 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sun, 1 Sep 2024 11:10:39 -0700 Subject: [PATCH] Updated Using raylib in VSCode (markdown) --- Using-raylib-in-VSCode.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Using-raylib-in-VSCode.md b/Using-raylib-in-VSCode.md index c4d28af..b2aabef 100644 --- a/Using-raylib-in-VSCode.md +++ b/Using-raylib-in-VSCode.md @@ -1,5 +1,14 @@ [VSCode](https://code.visualstudio.com/) is an excellent choice of code editor when it comes to raylib. Getting set up with a new VSCode project is easy. +## Raylib-Quckstart, the simple solution to get started quickly. +The quickstart is a cross platform template for all desktop platforms that will setup raylib automatically. + +https://github.com/raylib-extras/raylib-quickstart + +It works with many compilers on windows, linux and Mac OS. Works with makefiles, visual studio, and VSCode. + +Simply follow the instructions in that link and you will be done, you do not need to use the rest of this document. + # Windows > [!NOTE]