Commit Graph

  • d88f27f08d NEW: ADDED: rexm - A simple command-line tool to manage raylib examples -WIP- Ray 2025-08-01 00:30:01 +02:00
  • 4b2654f851 Create examples_template.png Ray 2025-07-31 23:55:50 +02:00
  • 968385b5f4 Update examples_template.c Ray 2025-07-31 23:55:46 +02:00
  • 38ff5d00a0 Create build_example_web.bat Ray 2025-07-31 23:55:26 +02:00
  • 11ccf11814 [build] Add ARM64 support to Linux builds Quaylyn Rimer 2025-07-30 22:40:54 -06:00
  • 305c7a2ef9 Merge pull request #5073 from Luca-coder07/master Ray 2025-07-31 00:26:26 +02:00
  • b273ba930b Add screenshot for core_basic_window_web RANDRIA Luca 2025-07-31 01:05:00 +03:00
  • 756203581e Merge branch 'raysan5:master' into master RANDRIA Luca 2025-07-31 01:00:02 +03:00
  • 50acba3ce8 REVIEWED: rcore_web, cleaning and reorganizing Ray 2025-07-30 17:31:49 +02:00
  • 18ae6a377c Merge pull request #4956 from Moros1138/consume-keyboard-events Ray 2025-07-30 17:03:10 +02:00
  • e662ac80d5 Merge branch 'raysan5:master' into master RANDRIA Luca 2025-07-30 17:37:15 +03:00
  • 12f0943bd9 Update rcore.c Ray 2025-07-30 16:07:14 +02:00
  • b40e53f11c Remove double line spacing Ray 2025-07-30 16:07:08 +02:00
  • 414235dd17 Update shaders_multi_sample2d.c Ray 2025-07-30 16:06:43 +02:00
  • 37104195b4 add screenshot core_basic_window_web RANDRIA Luca 2025-07-30 16:54:06 +03:00
  • 138010c1eb Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-07-28 23:38:00 +02:00
  • 5ca6bff8ca Update rl_gputex.h Ray 2025-07-28 23:37:48 +02:00
  • 70daf39eaf Merge pull request #5066 from lepasona/master Ray 2025-07-27 21:23:53 +02:00
  • 47df461047 Merge pull request #5068 from lepasona/patch-1 Ray 2025-07-27 21:22:37 +02:00
  • b230720842 example core_input_gamepad.c: fix hardcoded gamepad 0 lepasona 2025-07-27 14:35:38 +00:00
  • 1da6b281de Update glfw mappings.h lepasona 2025-07-27 07:37:07 +00:00
  • 1fc0b4955f REVIEWED: rl_gputex.h, added some info for future improvements Ray 2025-07-26 13:36:03 +02:00
  • eb7f8912f8 Minor format tweaks Ray 2025-07-26 12:50:29 +02:00
  • 8343aed4f6 Avoid fatal errors on OBJ model loading Ray 2025-07-26 12:50:12 +02:00
  • c9f9219fa6 REVIEWED: DRM cache buffers support #4988 Ray 2025-07-26 12:49:49 +02:00
  • 5c680739bd Removed platform-specific flag from config.h #4988 Ray 2025-07-26 12:49:03 +02:00
  • 86d9afc10c Merge pull request #4988 from rob-bits/master Ray 2025-07-26 12:14:21 +02:00
  • 715e174d13 Merge pull request #5062 from danilwhale/feat/get-proc-address Ray 2025-07-26 12:07:43 +02:00
  • 7262be85fd Minor format tweaks Ray 2025-07-26 12:06:24 +02:00
  • 4da399141a Merge pull request #5063 from kariem2k/fix_cmake_sdl3 Ray 2025-07-26 11:49:05 +02:00
  • d7893141f3 REVIEWED: rl_gputex.h library to be usable standalone Ray 2025-07-26 11:44:36 +02:00
  • 94d8d7133b Merge pull request #5045 from sleeptightAnsiC/fix_gputex_logging Ray 2025-07-26 11:25:58 +02:00
  • 32960af1dc Fixed: Added CMake support for SDL3. Now supports including SDL2 or SDL3 as a subdirectory within the project. The system will first check for SDL3, then SDL2. If neither is found, it will attempt find_package(SDL3), followed by find_package(SDL2). If all these checks fail, the process will terminate with an error. Karim Ahmed 2025-07-24 09:48:52 +01:00
  • 9a042bc9ad Merge pull request #5061 from myQwil/zig_manual_module Ray 2025-07-23 22:13:29 +02:00
  • d6a897e551 [rlgl]: Add rlGetProcAddress danil 2025-07-23 21:41:45 +03:00
  • dfa21c2d1f [build][zig] use addLibrary() and set root modules manually Mike Will 2025-07-23 11:56:36 -04:00
  • 5434ae1100 Merge pull request #5057 from Joecheong2006/example-double-pendulum Ray 2025-07-22 21:01:31 +02:00
  • 10fadd9185 Replaced scalar to float Joecheong2006 2025-07-22 11:59:46 -07:00
  • b6ae5af4e3 Removed redefined RAD and DEG Joecheong2006 2025-07-22 11:57:16 -07:00
  • 8a0ab163d3 Changed to 4 spaces Joecheong2006 2025-07-22 11:50:48 -07:00
  • f3854cb406 Fixed typo JoeCheong 2025-07-22 11:39:24 -07:00
  • f1714a6234 [examples]: New shapes example - double pendulum Joecheong2006 2025-07-21 14:59:51 -07:00
  • 7b017b60d9 Move global variable to right code section Ray 2025-07-21 10:57:21 +02:00
  • dedf382f64 Merge pull request #5053 from didas72/master Ray 2025-07-20 21:23:32 +02:00
  • 36364192d5 Fixes GetWindowHandle returning a bad handle under Linux X11 Didas72 2025-07-19 22:29:08 +01:00
  • 9b6c09c32f Merge pull request #5049 from wwderw/master Ray 2025-07-19 12:29:39 +02:00
  • 0b125a5fd7 Update Makefile wwderw 2025-07-19 04:54:05 -05:00
  • 0b7dda8ab1 Merge pull request #5050 from katanya04/master Ray 2025-07-19 11:44:11 +02:00
  • 3d93b30262 Update font load message Catania 2025-07-18 15:20:38 +02:00
  • 78a06990c7 Merge pull request #5041 from PanicTitan/master Ray 2025-07-17 19:01:27 +02:00
  • 82b80a6998 Review formatting, avoid variable Ray 2025-07-17 18:49:58 +02:00
  • 71b302846a Review formatting, avoid variable Ray 2025-07-17 18:49:54 +02:00
  • 8823aba9df Update rprand.h Ray 2025-07-17 18:49:34 +02:00
  • 6b9a685bae Merge pull request #5048 from veins1/patch-4 Ray 2025-07-17 18:44:29 +02:00
  • 14582a9f06 Merge pull request #5047 from RomainPlmg/#5009-fix-colorreplace-alpha Ray 2025-07-17 18:43:10 +02:00
  • 093e5200d0 Update Makefile wwderw 2025-07-17 05:19:39 -05:00
  • 0405de794a Fix for music stopping too early veins1 2025-07-16 14:22:57 +00:00
  • d03ac97eff GetMusicTimePlayed fix for music shorter than buffer size veins1 2025-07-16 14:18:38 +00:00
  • 34af70866c [rtextures] Fix ImageColorReplace() alpha issue #5009 Romain Plumaugat 2025-07-15 23:19:39 +02:00
  • e00c5eb8b1 Merge pull request #5043 from vinnyhorgan/master Ray 2025-07-15 20:20:27 +02:00
  • cbea2ff502 Merge pull request #5046 from maiconpintoabreu/updatestream-music Ray 2025-07-15 20:18:46 +02:00
  • 3320a2c837 Fix to prevent UpdateMusicStream to run without music playing Maicon Santana 2025-07-15 19:07:15 +01:00
  • 8388160c32 - fixing SUPPORT_DRM_CACHE define check at the end of InitPlatform() katonar 2025-07-15 13:58:23 +02:00
  • e7c043529c Merge pull request #5044 from backspaceoverload/fix-HalfToFloat Ray 2025-07-15 13:12:46 +02:00
  • 85bf04c7bf [rl_gputex] fix: decouple logging and memory allocation from Raylib sleeptightAnsiC 2025-07-15 07:53:50 +02:00
  • 44ebf32389 Fix HalfToFloat Mantissa hex value backspaceoverload 2025-07-15 00:52:47 -03:00
  • 901afadbf1 fix warning log macro in rlgl Daniel Vincent Horgan 2025-07-14 15:36:02 +02:00
  • f34e240688 Merge pull request #5042 from Sir-Irk/ImageDrawLineEx_fix Ray 2025-07-14 10:30:34 +02:00
  • fce3102f1c Remove excess comments Jeremy Montgomery 2025-07-14 00:11:17 -05:00
  • 9f03d7c426 fixing comments sir-irk 2025-07-13 23:02:02 -05:00
  • 0c69c43c3a fix ImageDrawLineEx to be able to draw even numbered thicknesses sir-irk 2025-07-13 22:37:41 -05:00
  • 9e908e4a76 Update core_custom_frame_control.c to work properly on web PanicTitan 2025-07-14 00:27:56 -03:00
  • 20a07a65d7 Merge pull request #5037 from garrisonhh/fix-gaussian-blur Ray 2025-07-10 19:06:34 +02:00
  • 8dbacafbe6 fix overflow in cast for ImageBlurGaussian garrisonhh 2025-07-10 12:48:29 -04:00
  • 55a5674714 Merge pull request #5036 from sleeptightAnsiC/update_glfw_mappings_h Ray 2025-07-10 09:02:13 +02:00
  • 930890555c [glfw] update mappings.h using GenerateMappings.cmake sleeptightAnsiC 2025-07-10 01:37:25 +02:00
  • defbeee1a7 Merge pull request #5020 from Emil2010/master Ray 2025-07-08 21:45:17 +02:00
  • d972582bc7 Merge pull request #5025 from zedeckj/master Ray 2025-07-08 21:43:54 +02:00
  • 5957564983 Merge pull request #5026 from jonathandw743/sdlfix Ray 2025-07-08 21:43:30 +02:00
  • eaea8e0b0a Merge pull request #5033 from wwderw/master Ray 2025-07-08 21:42:47 +02:00
  • 8ef51850bf Update raudio.c wwderw 2025-07-08 08:51:33 -05:00
  • 32026ca78b fix preview image file name sir-irk 2025-07-08 06:34:25 -05:00
  • 86d2db2aa9 fix typo on UI and preview image sir-irk 2025-07-08 05:51:14 -05:00
  • 9a578dbce0 fix formatting sir-irk 2025-07-08 05:47:11 -05:00
  • a94feef6d0 update readme sir-irk 2025-07-08 05:36:39 -05:00
  • 897a8fbc9f adding preview image sir-irk 2025-07-08 05:28:15 -05:00
  • 510dc763e9 adding normal map example sir-irk 2025-07-08 05:05:30 -05:00
  • a92f67bf34 Merge pull request #5031 from AmityWilder/safety-comments Ray 2025-07-08 08:49:11 +02:00
  • 205b6a0926 Merge branch 'raysan5:master' into safety-comments Amy Wilder 2025-07-07 21:52:54 -04:00
  • 9f6d37ecb4 Update raylib_api.* by CI github-actions[bot] 2025-07-08 01:51:52 +00:00
  • d4f09984ac Add safety notes to 'Update_' functions Amy Wilder 2025-07-07 21:51:27 -04:00
  • 5b182139ae - implementing Raylib coding convention katonar 2025-07-07 17:55:32 +02:00
  • de62be0ec5 - created complier flag SUPPORT_DRM_CACHE, to enable triple buffered DRM caching katonar 2025-07-07 17:28:23 +02:00
  • 79c29cbe24 fixed compile error for PLATFORM sdl jonathandw743 2025-07-06 11:36:44 +01:00
  • e91a3697ff Fixed typo Jordan Zedeck 2025-07-06 01:59:03 -04:00
  • 910f4083e1 update dr_libs EmilSylveon 2025-07-05 00:53:01 +03:00
  • 7f8dfc6c69 Merge pull request #5018 from maiconpintoabreu/fix-zig-wasm-win-mac Ray 2025-07-04 14:34:07 +02:00
  • f1600a0c7e Fix issue on zig build emscripten run if the user has not installed emsdk Maicon 2025-07-04 10:24:32 +01:00
  • 46f01e315d Merge pull request #5013 from maiconpintoabreu/zig-examples Ray 2025-07-01 22:53:22 +02:00
  • 2e74133a62 Merge pull request #5014 from fosskers/colin/cl-binding Ray 2025-07-01 22:52:52 +02:00