raylib/projects
Alan Arrecis b201b74c3f
Fix VSCode Makefile to support multiple .c files (#4391)
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.
2024-10-18 01:08:07 +02:00
..
4coder Update copyright to 2024 2024-01-02 20:58:12 +01:00
Builder Update README.md 2021-07-05 11:52:13 +02:00
CMake Projects: Fix CMake example project (#4332) 2024-09-21 23:12:48 +02:00
CodeBlocks Review projects details for raylib 4.2 2022-08-06 19:23:36 +02:00
Geany Update copyright to 2024 2024-01-02 20:58:12 +01:00
Notepad++ Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017) 2024-05-30 08:22:07 +02:00
scripts Review projects details for raylib 4.2 2022-08-06 19:23:36 +02:00
SublimeText Added Sublime Text 3 project template 2018-08-15 11:38:38 +01:00
VS2019-Android Build Android App with Visual Studio 2019 (#2013) 2021-09-27 17:57:06 +02:00
VS2022 WARNING: REMOVED: SVG files loading and drawing, moving it to raylib-extras 2024-10-10 20:37:46 +02:00
VSCode Fix VSCode Makefile to support multiple .c files (#4391) 2024-10-18 01:08:07 +02:00
README.md cmake: Update CMake project template with docs and web (#2274) 2022-01-10 08:55:32 +01:00

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!