raylib/projects
raysan5 fdad1f023b Avoid all MSVC compile warnings
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.
2020-05-06 19:12:09 +02:00
..
4coder Set the correct version of make on macos (#1202) 2020-04-14 19:50:53 +02:00
Builder
CMake Remove games from building 2020-04-13 15:10:42 +02:00
CodeBlocks
Geany
Notepad++ Update ImageDraw*() functions to match arguments of Draw*() (#1156) 2020-03-29 12:43:34 +02:00
scripts
SublimeText
VS2017 Avoid all MSVC compile warnings 2020-05-06 19:12:09 +02:00
VS2017.UWP Reviewed UWP update 2020-04-30 21:00:09 +02:00
VSCode Review VSCode tasks 2020-04-13 12:07:05 +02:00
VSCode_tcc_win add makefile to support multiple C files (#1195) 2020-04-11 20:01:28 +02:00
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!