raylib/projects
Jeffery Myers 0726491ef8
Fixes to make rnet and it's examples build on Windows in visual studio 2019. (#1602)
Mostly typecasts, and some int to unsigned short changes, and including the windsock 2 library in the examples.

Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
2021-02-20 21:13:20 +01:00
..
4coder Update project.4coder (#1503) 2021-01-02 11:36:11 +01:00
Builder Update Builder example 2018-07-25 13:01:16 +02:00
CMake Remove games from building 2020-04-13 15:10:42 +02:00
CodeBlocks Review projects paths 2019-06-05 00:04:31 +02:00
Geany Update year to 2021 2021-01-02 18:15:13 +01:00
Notepad++ Update raylib functions parser to generate XML intellisense file 2020-12-23 16:35:39 +01:00
scripts Making the windows build script a bit faster by verifying if the msvc environment was set up previously and only setting it up if it wasn't (#1346) 2020-08-10 21:08:51 +02:00
SublimeText Added Sublime Text 3 project template 2018-08-15 11:38:38 +01:00
VS2017 Two small quality of life changes to projects. (#1448) 2020-12-02 07:35:48 +01:00
VS2017.UWP mouse: Return float movement for precise scrolling where possible (#1397) 2020-10-05 20:16:23 +02:00
VS2019 Fixes to make rnet and it's examples build on Windows in visual studio 2019. (#1602) 2021-02-20 21:13:20 +01:00
VSCode Minor tweak to Makefile 2021-01-20 17:18:45 +01:00
VSCode_tcc_win Review "aggregate initializations" #1403 2020-10-05 20:04:33 +02: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!