raylib/projects
raysan5 615cb35d96 VS2017 project: Added x64 platform configuration
NOTE: When building for 64bit in raylib static mode, CloseWindow() symbol collides with user32.lib symbol. No solution for that at the moment, just compile raylib as shared library (raylib.dll), actually it can be chosen on project configurations.
2020-01-05 20:13:35 +01:00
..
4coder Replace tabs with spaces and update year of copyright notices (#927) 2019-08-03 11:07:41 +02:00
Builder Update Builder example 2018-07-25 13:01:16 +02:00
CMake Review latest PR #1003 2019-10-29 15:56:14 +01:00
CodeBlocks Review projects paths 2019-06-05 00:04:31 +02:00
Geany Update year to 2020 2020-01-05 20:01:54 +01:00
Notepad++ Update npes_saved_tcc.txt 2019-05-31 10:03:17 +02:00
scripts Fix and update projects/scripts 2019-05-29 17:36:44 +03:00
SublimeText Added Sublime Text 3 project template 2018-08-15 11:38:38 +01:00
VS2017 VS2017 project: Added x64 platform configuration 2020-01-05 20:13:35 +01:00
VS2017.ANGLE Change ANGLE binaries location 2019-06-06 16:44:37 +05:30
VS2017.UWP Update year to 2020 2020-01-05 20:01:54 +01:00
VSCode Update year to 2020 2020-01-05 20:01:54 +01:00
README.md Update README.md 2019-12-15 23:09:20 +01:00

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!