summaryrefslogtreecommitdiffhomepage
path: root/examples
AgeCommit message (Collapse)Author
2018-01-17CMake: build shape and texture examples (#432)kai
2018-01-17Reviewed function GenImagePerlinNoise()Ray
Added support for noise image offset
2018-01-15Reviewed Makefiles...-
- Renamed VERSION to RAYLIB_VERSION - Renamed API_VERSION to RAYLIB_API_VERSION - Renamed RAYLIB_RELEASE to RAYLIB_RELEASE_PATH - Support Web Assembly compilation on PLATFORM_WEB
2018-01-15Review Makefiles and templates-
2017-12-31Reviewed text inputraysan5
2017-12-28Support Wayland display on Linux desktopraysan5
2017-12-28Review Makefile config flagsraysan5
Support external GLFW usage Renamed some flags for consistency
2017-12-23Fixed path for FreeBSDMartinfx
2017-12-09Added Wayland supportraysan5
Updated to latest GLFW library and working on Wayland support, still looking how to implement it on raylib because it just exposes PLATFORM_DESKTOP and defaults to X11 windowing system on Linux...
2017-12-05Removed OpenAL Soft dependency on buildingRay San
OpenAL Soft backend is still available in audio module, I'm thinking if exposing it for building in some way or just left it there for advance users to switch to it manually in case of necessity...
2017-11-25Build examples and games on Travis CIAhmad Fatoum
They were disabled because they failed to build, but this patch set fixes the build on Linux and macOS. This doesn't apply to the AppVeyor build on Windows yet; it currently fails at linking with OpenAL.
2017-11-21Merge pull request #389 from Martinfx/masterRay
Added clean to Makefile for FreeBSD
2017-11-21Added FreeBSD clean for MakefileMartinfx
2017-11-12Review default shaders usage on loadingraysan5
2017-11-09Store the default shadersWilhem Barbier
2017-11-07Issue with libraries renamed on Raspbian StretchRay San
libEGL and libGLESv2 have been renamed on latest Raspbian Stretch version (also included on latest Jessie upgrade). It seems to be done to avoid conflicts between official Mesa libs and Broadcomm provided ones.
2017-11-06Review GLSL 120 shadersRay San
Not tested, could have errors
2017-11-05Uploaded shaders for GLSL 120Ray
2017-11-05Review textures to be POTRay
Could correct possible issues on OpenGL 1.1
2017-11-02Some code tweaks...Ray San
2017-10-30Review some issues, view descriptionRay San
- Review RPI compilation (core_drop_files not supported) - Review ImageFormat(), some issues - GetTextureData() reviewed for RPI
2017-10-30Added new example: text drawing on imageRay San
2017-10-28Merge pull request #373 from Martinfx/masterRay
Added support FreeBSD
2017-10-28Removed commentMartinfx
2017-10-28Added support FreeBSD for exampleMartinfx
2017-10-23Example shader correctionRay
2017-10-22Update fileRay
2017-10-22Comments tweakRay
2017-10-22Simplified desktop examples compilationRay
2017-10-20Merge pull request #369 from raysan5/developRay
Integrate Develop branch
2017-10-20Update exampleRay
2017-10-20Updated to latest library versionRay
2017-10-20Some examples code tweaksRay
2017-10-19Remove unused fileRay San
2017-10-17Added new examples to build...Ray San
...and reviewed some details
2017-10-17Add screenshotRay San
2017-10-17Improved some examplesRay San
2017-10-14Small tweak, remove tabsraysan5
2017-10-14Review Makefilesraysan5
2017-10-14Corrected issues on examplesraysan5
2017-10-09Add mesh generation example -IN PROGRESS-raysan5
2017-10-02Working on Makefiles...Ray San
2017-09-30Renamed example fileRay
2017-08-27CMake based build system.ASDF
Some people might find this handly
2017-08-25Renamed modelviewprojection matrixraysan5
2017-08-24Remove old comment...raysan5
2017-08-24Added compiler flag...raysan5
...to avoid issue on Arch Linux
2017-08-04new example added: models_plane_rotationsraysan5
2017-07-25Corrected function nameraysan5
2017-07-25Some tweaksraysan5