Updated Using raylib in VSCode (markdown)

master
Jeffery Myers 10 months ago
parent
commit
7387b8cf6d
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      Using-raylib-in-VSCode.md

+ 9
- 0
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]

Loading…
Cancel
Save