aboutsummaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Collapse)Author
2018-10-24Update MakefileMurray Campbell
2018-10-24Update tasks.jsonMurray Campbell
2018-10-24Update launch.jsonMurray Campbell
2018-10-09Corrected issues with VS2017 compilationRay
2018-09-21Update tasks.jsonMurray Campbell
2018-09-21Update c_cpp_properties.jsonMurray Campbell
2018-09-21Update MakefileMurray Campbell
2018-09-21Update launch.jsonMurray Campbell
2018-08-30Merge pull request #4 from MurrayIRC/patch-4Murray Campbell
Added OSX build tasks
2018-08-30Merge pull request #3 from MurrayIRC/patch-3Murray Campbell
Added OSX launch configurations for debug and release
2018-08-30Merge pull request #2 from MurrayIRC/patch-2Murray Campbell
Fixed included libs for OSX
2018-08-30Merge pull request #1 from MurrayIRC/patch-1Murray Campbell
Added a configuration for OSX
2018-08-30Update README.mdMurray Campbell
2018-08-30Added OSX build tasksMurray Campbell
Users will have to specify their personal installation of raylib.
2018-08-30Added OSX launch configurations for debug and releaseMurray Campbell
2018-08-30Fixed included libs for OSXMurray Campbell
This was causing linker errors on OSX
2018-08-30Added a configuration for OSXMurray Campbell
This requires the user to explicitly specify the path to their raylib folder. We need a better way around this (something like what we do for windows would help).
2018-08-25Support autosave also on C compilationraysan5
2018-08-25Updated compilation script to save file automaticallyraysan5
2018-08-15Added Sublime Text 3 project templateChrisDill
- Added Sublime Text project file. - Added Sublime Text build system.
2018-07-31Added VSCode project templateRay
2018-07-30Add CMake entry to projects/README.mdAhmad Fatoum
2018-07-29CMake: Make the raylib project as a whole embeddableAhmad Fatoum
So user code can use add_subdirectory to build it (similar to what we do with GLFW or what the projects/CMake/CMakeLists.txt can do).
2018-07-29Add projects/CMake exampleAhmad Fatoum
The CMakeLists.txt checks for an installed raylib and downloads and installs one if none is found. Afterwards, it builds core_basic_window.c
2018-07-28Corrected timing typoraysan5
2018-07-25Update Builder exampleMichael Vetter
Update Builder example for raylib 2.0.0. External OpenAL and GLFW are not required anymore.
2018-07-21Review VS2015 and VS2017 projectsraysan5
2018-07-21Remove VS2017 UWP projectraysan5
Not properly configured, use VS2015.UWP as reference
2018-07-15Updated Notepad++ raylib intellisenseRay
2018-07-13Reviewed Code::Blocks project templateRay
- Removed unnecesary files - Renamed project - Reviewed paths
2018-07-13Update README.mdRay
2018-07-13Update README.mdD3nX
2018-07-13Update and rename REAME.md to README.mdD3nX
2018-07-13Delete raylib_codeblocks_tpl.exeD3nX
2018-07-13Delete raylib_codeblocks_tpl.exeD3nX
2018-07-13Add files via uploadD3nX
2018-06-19Create README.mdRay
2018-06-01Added Notepad++ NppExec scriptsRay
2018-05-29Reviewed Windows resource file nameRay
2018-05-14Restore removed projectsRay
2018-05-11Updated raylib_icon resourceRay
2018-05-10Reorganized project templates folderRay