aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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
2017-07-22Reviewed example with new mathsraysan5
2017-07-21Update Makefile in `examples/`Benjamin Summerton
We need to grab the OS name before determining what the path should be.
2017-07-21Some tweaks raymath relatedraysan5
2017-07-21Adapt to new materials systemraysan5
2017-07-21rlgl usable as standalone libraryraysan5
2017-07-21Review heightmap example for raylib 1.8raysan5
2017-07-21Additional path checkraysan5
2017-07-21Review mesh loading and textures generationraysan5
2017-07-20Removed useless functionsraysan5
SetMaterialTexture() and UnsetMaterialTexture()... too shader dependant...
2017-07-19Working on PBR systemraysan5
Moved PBR material loading to example, right decision?
2017-07-19Working on PBR materials, renamed some dataraysan5
2017-07-17Added PBR required resourcesRay
2017-07-17Corrected some issuesraysan5