![Dennis E. Hamilton](/assets/img/avatar_default.png)
* Match build-windows.bat changes The location for manual setting of the vcvarsall.bat location moved to line 38 in the latest change. * Update flags for clean x64/x86 building std:c11 is required for initialization features used in raylib. UTF-8 for consistency in contemporary systems. /W3 gets rid of puzzling slack byte and linker in-lining warnings. /sdl for some insecure library usages in the user code that beginners should learn about early.
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 | ✔️ | ✔️ |
CodeBlocks | Windows, Linux | ❌ | ✔️ |
Geany | Windows, Linux | ✔️ | ✔️ |
Notepad++ | Windows | ✔️ | ✔️ |
SublimeText | Windows, Linux, macOS | ✔️ | ✔️ |
VS2019 | Windows | ✔️ | ✔️ |
VSCode | Windows, macOS | ❌ | ✔️ |
scripts | Windows, Linux, macOS | ✔️ | ✔️ |
New IDEs config files are welcome!