mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08:00
Most warning were related to types conversion (casting required) and unsigned/signed types comparisons. Added preprocessor directives (_CRT_SECURE_NO_DEPRECATE; _CRT_NONSTDC_NO_DEPRECATE) to avoid warnings about unsafe functions, those functions are safe while used properly and recommended alternatives are MS only. Some external libraries still generate warnings. |
||
|---|---|---|
| .. | ||
| 4coder | ||
| Builder | ||
| CMake | ||
| CodeBlocks | ||
| Geany | ||
| Notepad++ | ||
| scripts | ||
| SublimeText | ||
| VS2017 | ||
| VS2017.UWP | ||
| VSCode | ||
| VSCode_tcc_win | ||
| README.md | ||
raylib PROJECT TEMPLATES
This folder contains raylib templates for some common IDEs.
| IDE | Platform | Template type | State |
|---|---|---|---|
| 4coder | Windows | example compiling | DONE |
| Builder | Linux | example compiling | DONE |
| CMake | Windows, Linux, macOS | source/example compiling | DONE |
| CodeBlocks | Windows, Linux | example compiling | DONE |
| Geany | Windows, Linux | source/example compiling | DONE |
| Notepad++ | Windows | source/example compiling | DONE |
| SublimeText | Windows, Linux, macOS | source/example compiling | DONE |
| VS2017 | Windows | source/example compiling | DONE |
| VSCode | Windows, macOS | example compiling | DONE |
| scripts | Windows, Linux, macOS | source/example compiling | DONE |
New IDEs config files are welcome!