-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Insights: raysan5/raylib
Overview
Could not load contribution data
Please try again later
25 Pull requests merged by 17 people
-
Update rcore_desktop_sdl.c
#4859 merged
Mar 28, 2025 -
Prevent immediate window restore from minimize in core_window_flags
#4863 merged
Mar 28, 2025 -
Uncomment SetTargetFPS in core_window_flags
#4862 merged
Mar 28, 2025 -
Improve description of RestoreWindow
#4866 merged
Mar 28, 2025 -
[build] only include rglfw.c for glfw platform
#4864 merged
Mar 27, 2025 -
Avoid divide by 0 in core_custom_frame_control example
#4860 merged
Mar 26, 2025 -
[build] remove examples/build.zig, incorporate into main build.zig
#4856 merged
Mar 25, 2025 -
[rcore] fix: TRACELOG upon successfully changing directory
#4850 merged
Mar 23, 2025 -
[examples] use logarithmic zoom scaling in 2d camera examples
#4845 merged
Mar 20, 2025 -
Add early return when angles are equal in DrawCircleSector and DrawCircleSectorLine functions.
#4843 merged
Mar 18, 2025 -
[rcore] Correctly handle window size on resize in auto-scaled HIGHDPI environment
#4836 merged
Mar 14, 2025 -
Converting int to char
#4839 merged
Mar 14, 2025 -
[rcore] Use snprintf to prevent buffer overflow in path construction
#4833 merged
Mar 12, 2025 -
Guard against DEBUG Redefinition
#4835 merged
Mar 12, 2025 -
[rcore] sinfl_bsr fix for TCC
#4807 merged
Mar 11, 2025 -
[rcore][RGFW] bug fixes
#4798 merged
Mar 10, 2025 -
[examples] Reorganize some conditions to fix overlap bugs
#4829 merged
Mar 9, 2025 -
build.zig.zon: update hashes
#4826 merged
Mar 8, 2025 -
added comment to fingerprint line per recommendation from the standar…
#4827 merged
Mar 8, 2025 -
[examples] fix: use quotation marks when including raylib.h
#4821 merged
Mar 7, 2025 -
Update build.zig.zon to use the new zig v0.14 version
#4819 merged
Mar 7, 2025 -
Fix GetCurrentMonitor comments.
#4812 merged
Mar 7, 2025 -
[rtext] Fix
stb_truetype
composite glyph scaling logic#4811 merged
Mar 4, 2025 -
[rcore] fix crash in InitWindow, due to unchecked result of InitPlatform
#4803 merged
Mar 2, 2025 -
[desktop_glfw] fix InitPlatform crash caused by glfwCreateWindow...
#4804 merged
Mar 1, 2025
6 Pull requests opened by 6 people
-
[rshapes] More spline functions
#4810 opened
Mar 4, 2025 -
[rtext] Introducing styled texts
#4818 opened
Mar 6, 2025 -
[rlgl] Add Software Rendering Support
#4832 opened
Mar 12, 2025 -
[rcore] Support window flags with initialization issues
#4837 opened
Mar 12, 2025 -
[examples] Added new shader example: `shader_depth_texture`
#4861 opened
Mar 26, 2025 -
[examples] Adding `core_high_dpi` example
#4865 opened
Mar 27, 2025
22 Issues closed by 5 people
-
[raymath] Fixing Matrix definition
#4858 closed
Mar 25, 2025 -
Math like coordinate system support in 2D camera
#4853 closed
Mar 24, 2025 -
[rtextures] Rotated JPG images do not load rotated
#4852 closed
Mar 24, 2025 -
Batching is not working
#4849 closed
Mar 21, 2025 -
[issue] Warnings when building raylib from source
#4841 closed
Mar 16, 2025 -
[bug] Resizing the window breaks HIGHDPI scaling with values from GetScreenWidth() and GetScreenHeight()
#4834 closed
Mar 16, 2025 -
[rshapes/rcore] DrawTriangleFan not beeing rendered
#4838 closed
Mar 14, 2025 -
[models] Instanced Drawing with Custom Shader Corrupts Drawing with Default Shader
#2511 closed
Mar 10, 2025 -
[rcore] Incorrect monitor resolution
#4522 closed
Mar 10, 2025 -
[rcore] `IsKeyPressed()` missing quick inputs
#4591 closed
Mar 10, 2025 -
[rcore][drm] Adding support for more than one keyboard/mouse
#4631 closed
Mar 10, 2025 -
[rcore] `UnloadShader()`, new shader locations are not properly freed when shader fallback to default
#4641 closed
Mar 10, 2025 -
[rtextures] Add texture scale to `DrawTextureNPatch()`
#4757 closed
Mar 10, 2025 -
[examples] Overlapping spline controls fight for mouse focus
#4828 closed
Mar 9, 2025 -
[core] MinimizeWindow isn't setting the minimized state on Linux GLFW X11
#4824 closed
Mar 8, 2025 -
[models] Draw mesh using Quaternion
#4813 closed
Mar 8, 2025 -
DrawRectangleRec draws rectangle in wrong place on wayland (hyprland)
#4815 closed
Mar 8, 2025 -
[makefile] WinMain and wWinMain not defined error when using the makefile
#4816 closed
Mar 8, 2025 -
Raylib doesn't build with Zig 0.14.0
#4814 closed
Mar 8, 2025 -
[examples] some sources use `#include <raylib.h>` with `< >` instead of `" "`
#4820 closed
Mar 7, 2025 -
[module] ANDROID depth buffer is buggy and 3d Rendering unusable.
#4805 closed
Mar 1, 2025
6 Issues opened by 6 people
-
[rcore][glfw] `GetScreenHeight()` returns 0 when used inside RenderTexture and window resized
#4848 opened
Mar 21, 2025 -
[build] raylib doesn't compile with clang
#4846 opened
Mar 19, 2025 -
[rcore][drm] `GetTouchPointCount()` returns 1 when screen is not touched
#4842 opened
Mar 15, 2025 -
[rshapes] More spline functions
#4809 opened
Mar 4, 2025 -
[models] Built-in 3D models are missing vertex normals
#4808 opened
Mar 3, 2025 -
[models] Importer for MagicaVoxel .vox files does not handle multiple chunks in one .vox file
#4806 opened
Mar 2, 2025
6 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[rlgl] Software renderer support?
#3928 commented on
Mar 12, 2025 • 0 new comments -
[rcore] Gamepad not working on macOS
#3651 commented on
Mar 22, 2025 • 0 new comments -
[*] Concerns about safety, errors handling and inconsistencies
#4751 commented on
Mar 24, 2025 • 0 new comments -
[rcore] Draft: IME support
#2809 commented on
Mar 13, 2025 • 0 new comments -
[rcore] Porting raylib to iOS and implement `rcore_ios.c`
#3880 commented on
Mar 20, 2025 • 0 new comments -
[examples] resize fixes
#4796 commented on
Mar 28, 2025 • 0 new comments