![Alan Arrecis](/assets/img/avatar_default.png)
Updated the VSCode Makefile to allow compilation of multiple .c files instead of just one (main.c). - Replaced `SRC` and `OBJS` definitions to dynamically include all .c and .h files in the project. - This change enables automatic handling of any number of source files specifically in the VSCode setup.
raylib PROJECT TEMPLATES
This folder contains raylib templates for some common IDEs.
IDE | Platform(s) | Source | Example(s) |
---|---|---|---|
4coder | Windows | ❌ | ✔️ |
Builder | Linux | ❌ | ✔️ |
CMake | Windows, Linux, macOS, Web | ✔️ | ✔️ |
CodeBlocks | Windows, Linux, macOS | ❌ | ✔️ |
Geany | Windows, Linux | ✔️ | ✔️ |
Notepad++ | Windows | ✔️ | ✔️ |
SublimeText | Windows, Linux, macOS | ✔️ | ✔️ |
VS2019 | Windows | ✔️ | ✔️ |
VSCode | Windows, macOS | ❌ | ✔️ |
scripts | Windows, Linux, macOS | ✔️ | ✔️ |
New IDEs config files are welcome!