raylib is distributed as a Windows Installer package for easy installation on Windows (it was a request from my students). Installable package includes Notepad++, a simple code editor, and MinGW, a C compiler package. Those are the tools my students use. It also contains latest raylib version, multiple raylib code examples and multiple templates to start developing games.
Download raylib Windows Installer (v1.3.0)
Source Code
raylib is an open-source project and so, source code is freely available for viewing and modifying. Anyone who wants to collaborate on raylib or just wants to add some new features can do it just forking the github repository. All kind of collaboration is really welcome!
GitHub repository