summaryrefslogtreecommitdiffhomepage
path: root/projects
AgeCommit message (Collapse)Author
2019-03-12Updated audio library: mini_al -> miniaudioRay
2019-02-12Review scripts name and mini_al inclusionRay
2019-02-12Include mini_al directly, no separate moduleRay
2019-01-10Merge branch 'master' into window-visibilityRay
2019-01-10Reworking API upon suggestion.Marco Lizza
2019-01-10WARNING: Renamed module: audio -> raudioRay
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change. Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library! Consequently, raylib version has been bumped to 2.4-dev.
2019-01-10Ditto.Marco Lizza
2019-01-10Reviewed pathRay
2019-01-09Merge pull request #718 from MarcoLizza/shaders-uniforms-arrayRay
Shaders uniforms array
2019-01-09Adding uniform array support for shaders.Marco Lizza
2019-01-08Add project/scriptsJens Pitkanen
2018-12-21Use stb_vorbis.h as header onlyRay
2018-11-22Create raylib_compile_sources.batRay
2018-11-22Added Geany project template for WindowsRay
2018-11-20Some tweaks on VSCodeRay
Now it works on Windows for me but there are lots of hardcoded paths around... I don't like it.
2018-11-19Review resources namingRay
raylib resource data file for Windows platform (containing raylib icon and metadata for executable file) has been renamed to a more consistent name: raylib.rc.data Also required to work with tcc compiler.
2018-11-14Update README.mdRay
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