summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-11-22Don't include unnecessary glsl330 filesgtrxAC
2022-11-22Recompile shaders_mesh_instancing examplegtrxAC
2022-11-20Merge pull request #44 from TSnake41/TSnake41-patch-lua-linkRay
Update Lua binding to a maintained LuaJIT binding
2022-11-19Update Lua binding to a maintained LuaJIT bindingAstie Teddy
Rabios binding is no longer updated, point instead to https://github.com/tsnake41/raylib-lua that is more active
2022-11-17Added new tools iconsRay
2022-10-12Merge pull request #43 from mandar1jn/patch-1Ray
Update robots.txt
2022-10-12Update robots.txtmandar1jn
The old robots.txt didn't disallow any pages and didn't specifically allow any. Its contents had no effect. This removes all the useless content and adds a Sitemap statement to direct web crawlers to the sitemap
2022-09-23Merge pull request #42 from TheSandvichMaker/masterRay
Fixed a couple small spelling / grammar issues in index.html
2022-09-23Update index.htmlTheSandvichMaker
Fixed small spelling/grammar issues
2022-08-17Update raylib_text.cRay
2022-08-14Merge branch 'master' of https://github.com/raysan5/raylib.comRay
2022-08-14Remove dup exampleRay
2022-08-12Merge pull request #40 from evanTj/masterRay
fix spelling of `typical`
2022-08-12fix spelling of `typical`Evan Johnston
2022-08-11Reviewed index to add a new section with learning materialsRay
2022-08-08ADDED: Difficulty level to examplesRay
2022-08-05Create raylib_cheatsheet_v4.2.pdfRay
2022-08-05Update cheatsheet for raylib 4.2Ray
2022-08-02Update examples, issues with mouse wheelRay
2022-08-02Review wrong loader pathRay
2022-08-02Update examples.jsRay
2022-08-02Update examples to raylib 4.2Ray
2022-08-02Removed physics examplesRay
2022-08-02Update loader.htmlRay
2022-08-02Update examples.jsRay
2022-06-06WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`Ray
2022-05-28Merge pull request #39 from NimbusFox/patch-1Ray
Fixing mistake I made
2022-05-28Fixing mistake I madeNimbusFox
Thanks @Peter0x44
2022-05-22REVIEWED index and linksRay
2022-05-19Create MGA_BestEngine_Finalist_2022.pngRay
2022-05-16update iconsRay
2022-05-13Merge pull request #38 from NimbusFox/patch-1Ray
Correcting function name
2022-05-13Correcting function nameNimbusFox
2022-05-08Merge branch 'master' of https://github.com/raysan5/raylib.comRay
2022-05-08Create FUNDING.ymlRay
2022-05-07Merge pull request #37 from VantaTree/masterRay
added link to raylib.h file
2022-05-07added link to raylib.h fileVantaTree
2022-05-07Merge pull request #36 from wbenke/masterRay
Updated InitAudioStream to LoadAudioStream
2022-05-04Updated InitAudioStream to LoadAudioStreamwbenke
2022-03-23Merge pull request #34 from michaelfiber/prevent-arrow-scroll-in-examplesRay
Add "no arrow scroll" mode to code/loader.html
2022-03-23Move code to standalone file and add to all loadersMichael Richardson
2022-03-23Add script to code/loader.html to enable a no-arrow-scroll mode by clicking ↵Michael Richardson
canvas
2022-03-18Update toolsRay
2022-03-11Merge pull request #33 from soegaard/patch-1Ray
Change the link for the Python bindings
2022-03-11Change the link for the Python bindingsJens Axel Søgaard
The Raylib front page (https://www.raylib.com/) has a link to a set of Python bindings. https://github.com/overdev/raylib-py Although they work fine - they are for version 2.0.0. Is it time to link to Raylib Python instead? https://electronstudio.github.io/raylib-python-cffi/index.html There are no "warnings" at raylib-py repo that an old version is used, so new users of Raylib won't easily see they are using an old version.
2022-02-11REMOVED: raylib 5k gamejam bannerRay
2022-02-05Update a gameraysan5
2022-02-05Merge pull request #32 from CastimierDev/masterRay
fixed grammar mistake
2022-02-05fixed grammar mistakeCastimierDev
2022-01-20Merge pull request #30 from icodealot/masterRay
Removing stb_perlin from architecture diagram per 4.0 release.