raylib/src
Ray 9a337f3b3b ADDED: Support software renderer on Web, blitting framebuffer data directly to a 2d canvas
This improvement is just a prove of concept, at this moment `PLATFORM_WEB` is limited in terms of software rendering by `GLFW` that only allows creating a WebGL canvas context with `glfwCreateWindow()`.

We can skip that call but then some GLFW functionality is not available (windowing, inputs). The best solution is replacing GLFW completely by a pure Emscripten implementation for `PLATFORM_WEB`.
2025-12-14 19:52:18 +01:00
..
external REVIEWED: Make sure all variables are initialized on definition, prioritize one line per variable definitions 2025-12-14 19:45:28 +01:00
platforms ADDED: Support software renderer on Web, blitting framebuffer data directly to a 2d canvas 2025-12-14 19:52:18 +01:00
CMakeLists.txt [build][cmake] fix issue introduced by #5181 (#5198) 2025-09-23 18:04:30 +02:00
config.h Some formatting 2025-11-24 15:37:28 +01:00
Makefile fix newer NDK version compiling errors (#5389) 2025-12-06 20:01:47 +01:00
minshell.html REVIEWED: Code/Web-Makefile formatting 2025-01-12 16:19:10 +01:00
raudio.c RENAMED: Variable names for consistency, textLength (length in bytes) vs textSize (measure in pixels) 2025-12-11 21:41:25 +01:00
raylib.dll.rc Update year to 2025 2025-01-01 00:02:52 +01:00
raylib.dll.rc.data Update year to 2025 2025-01-01 00:02:52 +01:00
raylib.h [core] Camera2d comment updates (#5401) 2025-12-11 13:37:17 +01:00
raylib.ico Update raylib.ico 2024-11-14 16:40:04 +01:00
raylib.rc Update year to 2025 2025-01-01 00:02:52 +01:00
raylib.rc.data Update year to 2025 2025-01-01 00:02:52 +01:00
raymath.h Update raymath.h 2025-11-02 19:59:46 +01:00
rcamera.h REVIEWED: Code sections description for consistency 2025-09-02 12:34:04 +02:00
rcore.c ADDED: Support software renderer on Web, blitting framebuffer data directly to a 2d canvas 2025-12-14 19:52:18 +01:00
rgestures.h C++ compiler support v2 (#5252) 2025-10-15 19:11:44 +02:00
rglfw.c Update year to 2025 2025-01-01 00:02:52 +01:00
rlgl.h REVIEWED: Webpage reference comments starting with REF:, more consistent with TODO: and NOTE: comments 2025-12-13 13:03:41 +01:00
rmodels.c REVIEWED: Make sure all variables are initialized on definition, prioritize one line per variable definitions 2025-12-14 19:45:28 +01:00
rshapes.c Some TODOs and format reviews 2025-11-23 21:40:39 +01:00
rtext.c REVIEWED: Make sure all variables are initialized on definition, prioritize one line per variable definitions 2025-12-14 19:45:28 +01:00
rtextures.c REVIEWED: Make sure all variables are initialized on definition, prioritize one line per variable definitions 2025-12-14 19:45:28 +01:00
shell.html [build][cmake] Review web compilation system (#5181) 2025-09-14 10:05:07 +02:00
utils.c REVIEWED: Webpage reference comments starting with REF:, more consistent with TODO: and NOTE: comments 2025-12-13 13:03:41 +01:00
utils.h Update year to 2025 2025-01-01 00:02:52 +01:00