| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-27 | Review variables initialization | Ray | |
| 2019-05-20 | Review ALL examples | Ray | |
| 2019-05-18 | Tweaks | Ray | |
| 2019-05-17 | examples review | Ray | |
| 2019-05-16 | new example: shaders_eratosthenes | Ray | |
| Contributed by ProfJski | |||
| 2019-05-16 | Review shader to use provided texture coordinates | Ray | |
| Now shader uses `fragTexCoord` that are the full screen texture coordinates normalized, instead of `gl_fragCoord`, the unnormalized screen coordinates | |||
| 2019-05-16 | Review shaders for GLSL 100 | Ray | |
| 2019-05-15 | Ammended comment. | eggmund | |
| Also changed path to shader back to what it was originally. | |||
| 2019-05-15 | Updating julia set example. | eggmund | |
| Now dividing by the zoom instead of multiplying (in the shader), so zoom works as expected. Also zoom increase/decrease is now scaled depending on the current zoom. | |||
| 2019-05-15 | Update example! | Ray | |
| 2019-05-15 | Update shaders_julia_set.c | Ray | |
| 2019-05-15 | Update shaders_julia_set.c | Ray | |
| 2019-05-14 | examples review | Ray | |
| Redesigns, deletes and renames Also noted authors propertly on contributed examples | |||
| 2019-05-14 | Some example tweaks | Ray | |
| 2019-05-14 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2019-05-14 | new examples: shaders_texture_waves | Ray | |
| 2019-05-12 | Fixed another small comment error | hmmmmmmmm | |
| 2019-05-12 | Fixed small error in comments | eggmund | |
| 2019-05-12 | Added julia set shader example. | eggmund | |
| 2019-05-06 | Example review | Ray | |
| 2019-04-11 | new example: shaders_texture_drawing | Ray | |
| 2019-03-29 | Review models examples | Ray | |
| 2019-01-19 | Review window title | raysan5 | |
| 2019-01-10 | WARNING: Redesigned SetShaderValue() | Ray | |
| 2019-01-09 | Limiting FPS to 60 for uniformity with other examples. | Marco Lizza | |
| 2019-01-09 | Adding basic palette-switching example using uniform arrays. | Marco Lizza | |
| 2018-12-20 | Some tweaks | Ray | |
| 2018-12-20 | new example: shaders_raymarching | Ray | |
| 2018-12-18 | Reviewed some examples to work on RPI | Ray | |
| 2018-11-19 | Review RenderTexture drawing usage | Ray | |
| Now `BeginTextureMode()` does not clean buffers automatically, that behaviour has been changed because there could be some case (i.e. painting software) where texture buffer does not ned to be cleared; user is responsible of clearing buffers using `ClearBackground()` | |||
| 2018-07-21 | Convert window render sizes to floats | Jess Peter | |
| GLSL 1.10 is typesafe ([PDF specs](https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.1.10.pdf), page 22), so this shader will not load properly during build. It's not a super important change, but I came across it while playing with the examples on my pi. | |||
| 2018-06-30 | Reviewed models and examples | Ray | |
| 2018-06-21 | Removed dwarf 3d model | Ray | |
| Replaced by medieval 3d assets | |||
| 2018-05-04 | Renamed some functions | Ray San | |
| - Renamed Begin3dMode() --> BeginMode3D() - Renamed Begin2dMode() --> BeginMode2D() - Renamed End3dMode() --> EndMode3D() - Renamed End2dMode() --> EndMode2D() | |||
| 2018-04-11 | Review camera definition on examples | Ray San | |
| 2017-11-12 | Review default shaders usage on loading | raysan5 | |
| 2017-11-09 | Store the default shaders | Wilhem Barbier | |
| 2017-11-06 | Review GLSL 120 shaders | Ray San | |
| Not tested, could have errors | |||
| 2017-11-05 | Uploaded shaders for GLSL 120 | Ray | |
| 2017-10-20 | Some examples code tweaks | Ray | |
| 2017-10-14 | Corrected issues on examples | raysan5 | |
| 2017-08-25 | Renamed modelviewprojection matrix | raysan5 | |
| 2017-07-21 | Adapt to new materials system | raysan5 | |
| 2017-07-17 | Manual integration of material-pbr into develop | Ray | |
| 2017-05-16 | Some reviews for RPI | Ray | |
| 2017-05-16 | Improved shaders_postprocessing example | Ray | |
| 2017-05-15 | Move shaders to examples | Ray | |
| 2017-04-20 | Turn transparent pixels to black | Ray | |
| 2017-04-14 | Replaced some images and updated examples | raysan5 | |
| 2017-04-08 | Working on examples... | Ray | |
