Updated Using raylib in VSCode (markdown)

master
Jeffery Myers 1年前
父节点
当前提交
7387b8cf6d
共有 1 个文件被更改,包括 9 次插入0 次删除
  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]

正在加载...
取消
保存