A simple and easy-to-use library to enjoy videogames programming
1473 matches across 8 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | CMakeLists.txt | 1 | cmake_minimum_required(VERSION 3.22) |
| LOW | tools/rlparser/rlparser.c | 61 | #include <stdlib.h> // Required for: malloc(), calloc(), realloc(), free(), atoi(), strtol() |
| LOW | tools/rlparser/rlparser.c | 1041 | free(funcLines); |
| LOW | tools/rexm/rexm.c | 61 | #else |
| LOW | tools/rexm/rexm.c | 261 | //-------------------------------------------------------------------------------------- |
| LOW | tools/rexm/rexm.c | 661 | LOG("INFO: [%s] Adding project to raylib solution (.sln)\n", |
| LOW | tools/rexm/rexm.c | 1481 | } break; |
| LOW | tools/rexm/rexm.c | 1521 | // STEP 1: Load example.c and replace required code to inject basic testing code: frames to run |
| LOW | tools/rexm/rexm.c | 1761 | } |
| LOW | projects/Zig/src/core_basic_window.c | 21 | |
| LOW | projects/CMake/core_basic_window.c | 21 | |
| LOW | …aylib_android.NativeActivity/android_native_app_glue.h | 121 | // возврате. Верните 1, если событие обработано, 0 — для любой диспетчеризации |
| LOW | …aylib_android.NativeActivity/android_native_app_glue.c | 21 | #include <stdlib.h> |
| LOW | projects/scripts/build-osx.sh | 1 | #!/bin/sh |
| LOW | projects/scripts/build-rpi.sh | 1 | #!/bin/sh |
| LOW | projects/scripts/build-linux.sh | 1 | #!/bin/sh |
| LOW | projects/VSCode/main.c | 21 | |
| LOW | examples/examples_list.txt | 1 | # |
| LOW | examples/core/core_undo_redo.c | 21 | #include <string.h> // Required for: memcpy(), strcmp() |
| LOW | examples/core/msf_gif.h | 161 | //These functions are equivalent to the ones above, but they write results to a file incrementally, |
| LOW | examples/core/msf_gif.h | 181 | |
| LOW | examples/core/msf_gif.h | 201 | #include <stdlib.h> //malloc, etc. |
| LOW | examples/core/core_3d_camera_fps.c | 21 | |
| LOW | examples/core/core_window_web.c | 21 | #if defined(PLATFORM_WEB) |
| LOW | examples/core/raygui.h | 341 | #define RAYGUI_H |
| LOW | examples/core/raygui.h | 361 | #endif |
| LOW | examples/core/raygui.h | 381 | // TODO: Define additionally required macros for missing inputs |
| LOW | examples/core/raygui.h | 401 | #define GUI_SCROLL_DELTA ((float)IsGamepadButtonDown(0, GAMEPAD_BUTTON_RIGHT_TRIGGER_2) - (float)IsGamepadBut |
| LOW | examples/core/raygui.h | 621 | //TEXT_DECORATION // Text decoration: 0-None, 1-Underline, 2-Line-through, 3-Overline |
| LOW | examples/core/raygui.h | 1101 | #include <math.h> // Required for: roundf() [GuiColorPicker()] |
| LOW | examples/core/raygui.h | 1121 | |
| LOW | examples/core/raygui.h | 1141 | //---------------------------------------------------------------------------------- |
| LOW | examples/core/raygui.h | 1421 | // if changed, previous saved styles could become incompatible |
| LOW | examples/core/raygui.h | 1461 | // but default gui style could always be recovered with GuiLoadStyleDefault() |
| LOW | examples/core/raygui.h | 4621 | // Get full icons data pointer |
| LOW | examples/core/raygui.h | 4641 | // Icons name id (32 bytes per name id) |
| LOW | examples/core/core_input_gamepad.c | 21 | |
| LOW | examples/others/rlgl_standalone.c | 61 | //#define RL_MAX_SHADER_LOCATIONS 32 // Maximum number of shader locations supported |
| LOW | examples/others/raylib_opengl_interop.c | 21 | * rlgl batched draw operations internally so we have to flush the current batch before |
| LOW | examples/others/raylib_opengl_interop.c | 41 | #include <OpenGL/gl3.h> // OpenGL 3 library for OSX |
| LOW | examples/others/resources/audio_data.h | 1 | |
| LOW | examples/others/external/include/glad.h | 21 | #define __glad_h_ |
| LOW | examples/others/external/include/glad.h | 61 | # define GLAPI __declspec(dllexport) extern |
| LOW | examples/others/external/include/glad.h | 81 | GLAPI int gladLoadGLLoader(GLADloadproc); |
| LOW | examples/others/external/include/glad.h | 101 | #endif /* __arch64__ */ |
| LOW | examples/others/external/include/glad.h | 161 | typedef void (APIENTRY *GLDEBUGPROCARB)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar |
| LOW | examples/others/external/include/glad.h | 181 | #define GL_LEQUAL 0x0203 |
| LOW | examples/others/external/include/glad.h | 201 | #define GL_BACK_RIGHT 0x0403 |
| LOW | examples/others/external/include/glad.h | 221 | #define GL_POLYGON_MODE 0x0B40 |
| LOW | examples/others/external/include/glad.h | 241 | #define GL_DITHER 0x0BD0 |
| LOW | examples/others/external/include/glad.h | 261 | #define GL_UNPACK_SKIP_PIXELS 0x0CF4 |
| LOW | examples/others/external/include/glad.h | 281 | #define GL_TEXTURE_WIDTH 0x1000 |
| LOW | examples/others/external/include/glad.h | 301 | #define GL_AND 0x1501 |
| LOW | examples/others/external/include/glad.h | 321 | #define GL_DEPTH_COMPONENT 0x1902 |
| LOW | examples/others/external/include/glad.h | 341 | #define GL_NEAREST_MIPMAP_NEAREST 0x2700 |
| LOW | examples/others/external/include/glad.h | 361 | #define GL_RGB5_A1 0x8057 |
| LOW | examples/others/external/include/glad.h | 381 | #define GL_UNSIGNED_BYTE_2_3_3_REV 0x8362 |
| LOW | examples/others/external/include/glad.h | 401 | #define GL_ALIASED_LINE_WIDTH_RANGE 0x846E |
| LOW | examples/others/external/include/glad.h | 421 | #define GL_TEXTURE19 0x84D3 |
| LOW | examples/others/external/include/glad.h | 441 | #define GL_SAMPLE_COVERAGE_VALUE 0x80AA |
| 1377 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | src/external/glfw/CMakeLists.txt | 62 | #-------------------------------------------------------------------- |
| MEDIUM | src/external/glfw/CMakeLists.txt | 64 | #-------------------------------------------------------------------- |
| MEDIUM | src/external/glfw/CMakeLists.txt | 78 | #-------------------------------------------------------------------- |
| MEDIUM | src/external/glfw/CMakeLists.txt | 81 | #-------------------------------------------------------------------- |
| MEDIUM | src/external/glfw/CMakeLists.txt | 103 | #-------------------------------------------------------------------- |
| MEDIUM | src/external/glfw/CMakeLists.txt | 105 | #-------------------------------------------------------------------- |
| MEDIUM | src/external/glfw/CMakeLists.txt | 119 | #-------------------------------------------------------------------- |
| MEDIUM | src/external/glfw/CMakeLists.txt | 121 | #-------------------------------------------------------------------- |
| MEDIUM | src/external/glfw/CMakeLists.txt | 136 | #-------------------------------------------------------------------- |
| MEDIUM | src/external/glfw/CMakeLists.txt | 139 | #-------------------------------------------------------------------- |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | examples/core/resources/text_file.txt | 1 | Starting of the Lorem ipsum dolor sit amet file |
| LOW | examples/core/resources/text_file.txt | 1 | Starting of the Lorem ipsum dolor sit amet file |
| LOW | examples/core/resources/text_file.txt | 2 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at interdum ex, et iaculis quam. Mauris consectetu |
| LOW | examples/core/resources/text_file.txt | 2 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at interdum ex, et iaculis quam. Mauris consectetu |
| LOW | examples/core/resources/text_file.txt | 7 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at interdum ex, et iaculis quam. Mauris consectetu |
| LOW | examples/core/resources/text_file.txt | 7 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at interdum ex, et iaculis quam. Mauris consectetu |
| LOW | examples/core/resources/text_file.txt | 13 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at interdum ex, et iaculis quam. Mauris consectetu |
| LOW | examples/core/resources/text_file.txt | 13 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at interdum ex, et iaculis quam. Mauris consectetu |
| LOW | examples/core/resources/text_file.txt | 18 | Ending of the Lorem ipsum dolor sit amet file |
| LOW | examples/core/resources/text_file.txt | 18 | Ending of the Lorem ipsum dolor sit amet file |
| LOW | examples/text/text_rectangle_bounds.c | 41 | a long text for testing.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod \ |
| LOW | examples/text/text_rectangle_bounds.c | 41 | a long text for testing.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod \ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | examples/core/core_custom_frame_control.c | 82 | #ifdef PLATFORM_WEB // NOTE: On web platform for some reason the PollInputEvents only works after th |
| MEDIUM | src/shell.html | 252 | // To make your application robust, you may want to override this behavior before shipping! |
| MEDIUM | src/rlgl.h | 2368 | // Init state: Cubemap seamless |
| MEDIUM | src/external/stb_vorbis.c | 51 | // 1.10 - 2017-03-03 - more robust seeking; fix negative ilog(); clear error in open_memory |
| MEDIUM | src/external/rlsw.h | 3439 | // This test is robust for points with w > 0 or w < 0, correctly |
| MEDIUM | src/external/rlsw.h | 3551 | // This test is robust for points with w > 0 or w < 0 within the triangle, |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | src/external/rlsw.h | 1498 | // TODO: WARNING: Sample code generated by AI, needs testing and review |
| HIGH | src/external/rlsw.h | 1544 | // TODO: WARNING: Sample code generated by AI, needs testing and review |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | projects/scripts/build-osx.sh | 108 | # Create the raylib cache directory |
| MEDIUM | projects/scripts/build-rpi.sh | 108 | # Create the raylib cache directory |
| MEDIUM | projects/scripts/build-linux.sh | 108 | # Create the raylib cache directory |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/external/sdefl.h | 17 | ## Usage: |
| LOW | src/external/sinfl.h | 18 | ## Usage: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/external/dr_flac.h | 5956 | /* We found a FLAC frame. We need to check if it contains the sample we're looking for. */ |